Hi guys I am new to the os and I am trying to figure out how to solve 
this problem below.

------------------------------------------------------------
Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\Temporary ASP.NET Files\root\e9add793\a44e20c3" is denied. 
Description: An unhandled exception occurred during the execution of 
the current web request. Please review the stack trace for more 
information about the error and where it originated in the code. 

Exception Details: System.UnauthorizedAccessException: Access to the 
path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET 
Files\root\e9add793\a44e20c3" is denied. 


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.

-----------------------------------------------------------





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to