Re: Accessing network file form ASP page
From: Lamberti Fabrizio (lambu_at_from_italy.it)
Date: 03/07/05
- Next message: Ronald: "Memory leak? Private Bytes/Virtual Bytes"
- Previous message: rachidk: "Is the fact of allowing parent path in IIS a security issue?"
- In reply to: David Wang [Msft]: "Re: Accessing network file form ASP page"
- Next in thread: David Wang [Msft]: "Re: Accessing network file form ASP page"
- Reply: David Wang [Msft]: "Re: Accessing network file form ASP page"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 7 Mar 2005 11:23:55 +0100
your suggestion is correct but now I've got this strange problem.
When I use my asp page (try.asp) to access the text file by this url
http://IIS_WebServerName/try.asp, it is all right, but when I use this url
http://IIS_WebServerName.DomainName.Ext/try.asp , I obtain the usual error:
my asp page can't access the text file.
Can you still help me?
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:%236ashMvIFHA.1528@TK2MSFTNGP09.phx.gbl...
> > The authentication inside asp file is made only with domain user. By
> > this domain users I can manually access to tha text file, but my web
> > server can not.
>
> This is the classic "double hop" scenario. Integrated
Authentication(NTLM)
> does not support "double hop" because the web server is not authorized to
do
> so.
>
> Authentication choices that allow double hop include:
> 1. Basic
> 2. Integrated Authentication(Kerberos)
> 3. Custom Authentication that mimics #1 or #2 in principle
> 4. Protocol Transition from (Whatever)->Kerberos
>
> The following URL should have the necessary pointers to set this up. It
> talks about things in terms of a UNC vdir, but it is really not much
> different than an ASP page accessing a UNC share.
>
>
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/webapp/iis/remstorg.mspx
>
> I believe IIS5 supports choices #1, #2, and #3.
>
- Next message: Ronald: "Memory leak? Private Bytes/Virtual Bytes"
- Previous message: rachidk: "Is the fact of allowing parent path in IIS a security issue?"
- In reply to: David Wang [Msft]: "Re: Accessing network file form ASP page"
- Next in thread: David Wang [Msft]: "Re: Accessing network file form ASP page"
- Reply: David Wang [Msft]: "Re: Accessing network file form ASP page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|