Re: IIS6 & ASP: accessing network files with FSO fails
From: Jeff Cochran (jeff.nospam_at_zina.com)
Date: 03/21/05
- Next message: Thomas: "Re: IIS6 & ASP: accessing network files with FSO fails"
- Previous message: Aaron [SQL Server MVP]: "Re: IIS6 & ASP: accessing network files with FSO fails"
- In reply to: Thomas: "Re: IIS6 & ASP: accessing network files with FSO fails"
- Next in thread: Thomas: "Re: IIS6 & ASP: accessing network files with FSO fails"
- Reply: Thomas: "Re: IIS6 & ASP: accessing network files with FSO fails"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Mar 2005 21:40:17 GMT
On Mon, 21 Mar 2005 22:21:46 +0100, "Thomas" <me@alternize.com> wrote:
>> Does it have the same password as IUSR on the machine tatooine?
>
>yep
>
>> AHA! See, your credentials are not being passed. This means that this
>> page
>> is really not authenticating as you. What does this yield:
>>
>> Response.Write Request.ServerVariables("LOGON_USER")
>
>DOM\iistest
>
>my test account with admin rights. the credentials are passed. but that does
>unfortunately not proof asp is actually running in this context. if it
>would, it could access the files as the account is a domain admin (and yes,
>it does have the group policy set "allow logon as service")...
You're logging into server 1 fine, there's still something goofy about
permissions to the second server though. IISTest is a domain user,
correct? And it has permissions on server 2 for the
files/folders/share in question, correct? And remember, "Everyone: is
just a group. It isn't necessarily every account on the system.
This is using a UNC convention for the virtual directory pointing to
server 2's share, correct? As in \\server2\sharename? If you log
onto server 1 as the user, can they connect to the share with a NET
USE or just browsing in Windows Explorer?
I gotta say there's something we're missing here. This just isn't
that hard to do. Make sure you're hitting all the steps:
HOW TO: Create a Virtual Directory on an Existing Web Site to a Folder
That Resides on a Remote Computer:
http://support.microsoft.com/default.aspx?scid=kb;en-us;308150
Jeff
- Next message: Thomas: "Re: IIS6 & ASP: accessing network files with FSO fails"
- Previous message: Aaron [SQL Server MVP]: "Re: IIS6 & ASP: accessing network files with FSO fails"
- In reply to: Thomas: "Re: IIS6 & ASP: accessing network files with FSO fails"
- Next in thread: Thomas: "Re: IIS6 & ASP: accessing network files with FSO fails"
- Reply: Thomas: "Re: IIS6 & ASP: accessing network files with FSO fails"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|