Granting the ASPNET Account access to the network
From: CES (none_at_none.com)
Date: 12/15/03
- Next message: anonymous_at_discussions.microsoft.com: "spyware adware"
- Previous message: Lawrence Price: "Account locks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 15 Dec 2003 17:54:07 -0500
Unfortunately I'm not an administrator so I'm not exactly sure what to ask
but I'm having a problem accessing aspx files that reside on the network.
The error is as follows:
Exception Details: System.UnauthorizedAccessException: Access to the path
"D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\4598d88d\537b7a94" 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.
The error occurs when I change the file from a .asp page to a .aspx page, so
I'm assuming that the problem is with .net and not with IIS or the page
itself and if I copy the folder to the local machine and run it, it works
just fine... so I've been able to narrow it down to a problem with the
aspnet account accessing the network???
But I'm at a loss as to how to fix it. Any advice would be appreciated.
CES
- Next message: anonymous_at_discussions.microsoft.com: "spyware adware"
- Previous message: Lawrence Price: "Account locks"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|