hi,
I have Placed my application in C:\Inetpub\wwwroot\. I want to upload a file using document manager to a folder (Attachments) in the application.I am not allowed to upload the file due to permission problem.
this works only if the appliaction path is given. I want the folder to work when it is Placed inside C:\Inetpub\wwwroot\.
It throws a following error.
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) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
Please provide a solution to Access permission for all kinds of OS such as Windows2003,XP, Vista.
Thanks
Veda
I have Placed my application in C:\Inetpub\wwwroot\. I want to upload a file using document manager to a folder (Attachments) in the application.I am not allowed to upload the file due to permission problem.
this works only if the appliaction path is given. I want the folder to work when it is Placed inside C:\Inetpub\wwwroot\.
It throws a following error.
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) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
Please provide a solution to Access permission for all kinds of OS such as Windows2003,XP, Vista.
Thanks
Veda