ASP.NET returns the following errors when trying to modify a file or a folder:
ASP.NET is not authorized to access the requested resource. Consider granting
access rights to the resource to the ASP.NET request identity. ASP.NET has a
base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on
IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that
is used if the application is not impersonating.
This is most likely because you do not have write permission in your folder or file. To fix this, please go to your control panel -> File Permission and give write permission to your folder that you're trying to modify.
Article ID: 320, Created: January 17, 2013 at 7:33 AM, Modified: January 17, 2013 at 7:33 AM