Re: IIS impersonation problems
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 02/18/04
- Next message: Matt Cooling: "Disabling or control the CONNECT method"
- Previous message: Jeff Cochran: "Re: Does a website need to be live to setup SSL?"
- In reply to: Paul Hillyer: "IIS impersonation problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 18 Feb 2004 15:08:07 +1100
Are you using Basic or Integrated Windows Authentication?
If the former, then you need to check your permissions settings
If the latter, then IIS never has the user's password - so it can't
impersonate the user directly. It only has a token that doesn't have
permissions to logon to remote resources. So, if you want to use IWA, you
need to use Kerberos and enable delegation in order for IIS to be able to
access remote resources.
Cheers
Ken
"Paul Hillyer" <pwhillyer@hotmail.com> wrote in message
news:CC495F24-C00E-459D-83B6-3F8C10547D96@microsoft.com...
: I have a baisc ASP.Net Application which displays the contents of a given
file structure via a web page using system.io. In Web.config impersonation
is set to true and authentication to windows. On IIS anonymous access is
denied to the application and any virtual directories my application may be
pointing at - some are local and some are remote(connect as property set to
a domain account with relevant access to read file structure). When
accessing the application locally to the server it works fine, when
accessing the application remotely authentication boxes appear and access
denied errors to the remote virtual directories are displayed.
:
: Is there a maximum number of hops impersonation can make? am i missing the
point with impersonation here? any advice would be gratefuly received!!!!
- Next message: Matt Cooling: "Disabling or control the CONNECT method"
- Previous message: Jeff Cochran: "Re: Does a website need to be live to setup SSL?"
- In reply to: Paul Hillyer: "IIS impersonation problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|