RE: .NET security and Network Shares
From: leo lin[MS] (leolin@online.microsoft.com)
Date: 06/24/02
- Next message: Trond-Eirik: "Re: No access to AD through DirectoryEntry/Searcher even when logging on"
- Previous message: Pedro Dias: "Modifying security checks"
- In reply to: Jim Thomas: "RE: .NET security and Network Shares"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: leolin@online.microsoft.com (leo lin[MS]) Date: Mon, 24 Jun 2002 04:31:42 GMT
It will be ASPNET user account (aspnet_wp.exe ) can't access network
sharing resource.
ASPNET is local account and it is not domain account.
There is KB Q317012 outlines the security settings for asp.net page.
He has several options:
1. Enabling Delegation.
2. machine.config
a. you can specify either localsystem, asp worker process account or a
specific user account.
b. if you specify the asp work process account, you'll need to enable
the
guest account on the file server to have an
anonymous user access the share.
3. web.config - turn impersonation on or off and then based on the
impersonated
user provide access to the share.
INFO: Process and Request Identity in ASP.NET [aspnetkb]ID:
Q317012
ASP.NET Does Not Work with ASPNET Account on Domain Controller[aspnetkb]
ID: Q315158
Best Regards
leolin
- Next message: Trond-Eirik: "Re: No access to AD through DirectoryEntry/Searcher even when logging on"
- Previous message: Pedro Dias: "Modifying security checks"
- In reply to: Jim Thomas: "RE: .NET security and Network Shares"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|