ASP.NET (IIS6) Accessing files on another server
From: ReneMo (ReneMo_at_discussions.microsoft.com)
Date: 07/16/04
- Previous message: Robert Bouillon: "Specifying credentials for access to a network share (UNC)"
- Next in thread: richlm: "Re: ASP.NET (IIS6) Accessing files on another server"
- Reply: richlm: "Re: ASP.NET (IIS6) Accessing files on another server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 16 Jul 2004 04:58:01 -0700
I receive the error message "Access tot the path <\\server\\share\folder> denied" when I trie to access files on another folder. My application is configured to use impersonation and Windows Authentication :
<identity impersonate="true"/>
<authentication mode="Windows" />
This happens even if the user is domain admin.
How can I configure my application that it works on my W2003/IIS6 server? There is no problem on a WindowsXP/IIS5 station.
- Previous message: Robert Bouillon: "Specifying credentials for access to a network share (UNC)"
- Next in thread: richlm: "Re: ASP.NET (IIS6) Accessing files on another server"
- Reply: richlm: "Re: ASP.NET (IIS6) Accessing files on another server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]