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.
Hi
I am trying to load a dll when i get this error.
I need to know how to set permissions to asp.net.. I dont know how the asp usergroup is called, and if i have to give permissions to the dll file directly on his properties or from other way..
Lot of thanks
Go to the complete details ...