Re: best practice for accessing a network share from IIS
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 23 Jul 2007 09:55:26 +0000 (UTC)
You should use UNC paths from ASP.NET (\\server\share)
Network Service appears remotely as MACHINE$ - give this account read ACLs for the share.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
Hello, I have a web application (ASP.NET 2.0) which should allow
authenticated users (via forms authentication) to download files that
are
stored in a network share in the same domain (windows 2000). I am byte
streaming the content of the files so that clients do not connect
directly
to the file server but only to the web server (Windows 2003).
The "network service" user (the default one for IIS 6) does not have
right
to access network shares so I need to know which is the best way (the
one
with the least privilege) to configure the security settings for the
application to work correctly.
Thank you, Paolo
.
- Follow-Ups:
- Re: best practice for accessing a network share from IIS
- From: Paolo Liverani
- Re: best practice for accessing a network share from IIS
- References:
- best practice for accessing a network share from IIS
- From: Paolo Liverani
- best practice for accessing a network share from IIS
- Prev by Date: best practice for accessing a network share from IIS
- Next by Date: Re: User objects cannot be created in the specified container
- Previous by thread: best practice for accessing a network share from IIS
- Next by thread: Re: best practice for accessing a network share from IIS
- Index(es):
Relevant Pages
|
|