I have a web form that I want to use StreamWriter to create a text file with the contents from a textbox in a folder within the Solution/Project/application. I have given appropriate rights to the aspnet and network service users to the root of the application and verified that both have inherited rights to the folder. I even as a temporary test gave everyone full rights to the application and I continue to receive a System.UnauthorizedAccessException that access is denied to the path. I've verified that the Path is correct. Has anyone run into this. I'm using Server.MapPath(Request.ApplicationPath) & "\thefoldername" for Path. Thanks for any help that can be provided.