Re: How to access UNC from ASP.NET application?
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 19 Apr 2007 02:38:23 +0000 (UTC)
That is not a UNC path but a mapped drive. Since asp.net runs in its own profile - the mappings you have done interactively are not known.
Use a UNC path like \\server\share...
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
I have problem writing content to a UNC file from my ASP.NET 1.1
application. This is on Windows server 2003
The event log says "X:\temp\abc.txt path not found" and stuff.
Note that I have allowed Full Control permission on abc.txt on the
other machine.
any idea?
thanks,
Vince
.
- References:
- How to access UNC from ASP.NET application?
- From: Speech Lover
- How to access UNC from ASP.NET application?
- Prev by Date: RE: HttpWebRequest and PAssowrd Protected Private Keys
- Next by Date: Re: ASP.NET Impersonation in a Windows 2003 non domain member server
- Previous by thread: How to access UNC from ASP.NET application?
- Next by thread: Re: ASP.NET Impersonation in a Windows 2003 non domain member server
- Index(es):
Relevant Pages
|