Re: Access to the path is denied
From: Holly Mazerolle (hollymamsft_at_online.microsoft.com)
Date: 12/30/03
- Next message: Wade Wegner: "Re: Passing windows credentials from server to server."
- Previous message: Andrea D'Onofrio [MSFT]: "Re: Passing windows credentials from server to server."
- In reply to: Sachin Kharsani[MSFT]: "Re: Access to the path is denied"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 30 Dec 2003 14:22:31 GMT
I agree with Sachin in that you are looking at a permissions issue
concerning the ASPNET account. It is reccomended that if you need to grant
permission to a location other than what the Framework absolutely needs you
should use impersonation so that you are giving the permission only to the
IIS authenticated user. Also, if you want to make sure of who and what
permission is needed you can use a tool called filemon from
www.sysinternals.com. This tool monitors file access on the machine. You
would want to restart IIS, run filemon, reproduce the error, stop filemon
and then look for any Access Denieds in the results. Also it will list what
account was accessing the location.
Here is an article on impersonation:
306158 INFO: Implementing Impersonation in an ASP.NET Application
http://support.microsoft.com/?id=306158
This posting is provided "AS IS" with no warranties, and confers no rights.
Holly
- Next message: Wade Wegner: "Re: Passing windows credentials from server to server."
- Previous message: Andrea D'Onofrio [MSFT]: "Re: Passing windows credentials from server to server."
- In reply to: Sachin Kharsani[MSFT]: "Re: Access to the path is denied"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|