PDA

View Full Version : Giving Application Identity "Write" access to a subdirectory


Ardime
07-01-2010, 11:44 AM
I have an ASP.net 2.0 application that need to actually "create" files in a subdirectly. I need to give the Application Identity "Write" access to this folder but permission manager only applies to users that I create.

Is there a way do this in the control panel? If not, then how. I ask tech support but I get the usual "We're not familiar with your application, go to the forums" copout.

dmitri
07-01-2010, 12:45 PM
Permission manager is only for the additional users your create in "User / Quota Manager" section. Your ASP.NET application is running under security contents of Anonymous ASP.NET User and should have read/write permission to your root and any subsequent directories.