Re: Constrained Delegation question - Please Help
From: Alex (nrz26_at_hotmail.com)
Date: 03/26/04
- Next message: Juan Carlos Heredia Mayer: "w3wp.exe Account"
- Previous message: Raterus: "Re: Troubleshoot Security Issues"
- In reply to: Ken Schaefer: "Re: Constrained Delegation question - Please Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 26 Mar 2004 22:44:37 +0800
Thanks Ken.
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:OWtf0vtEEHA.3040@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> You do not need delegation in this scenario. IIS already has the
> username/password for the Anonymous User account (you had to enter it into
> the IIS Manager when you selected that user as the anonymous user
account).
> ASP.Net should be using that account since you put <identity
> impersonate="true">
>
> Delegation is required when the end-user authenticates. In this situation,
> IIS does not have the user's password (just a token from the Domain
> Controller). Delegation allows IIS to then access remote resources using
> that token.
>
> Cheers
> Ken
>
>
> "Alex" <nrz26@hotmail.com> wrote in message
> news:OHFTawoEEHA.2408@TK2MSFTNGP10.phx.gbl...
> : Hi,
> :
> : I am still confuse after reading MS documentation on how Constrained
> : Delegation works and hope that someone enlighten me.
> :
> : Here's one of my confusion.
> :
> : Servers:
> : IIS
> : FileServer
> :
> : Windows 2003 functional level domain.
> : Running a ASP.Net file upload web application that upload files to a
> shared
> : folder on the FileServer.
> : Enabled anonymous for the file upload web app but using a designated
> domain
> : account for it.
> : Enabled impersonation for the web app.
> : On the FileServer, shared out a folder and modify access right was given
> to
> : the designated domain account.
> : Enabled contrained delegation on the IIS server to CIFS service of the
> : FileServer.
> :
> : Now if I access the web app, does it means that the designated domain
> : account will be used to access the file share on the FileServer?
> :
> :
> : Thanks in advance,
> : Alex
> :
> :
>
>
- Next message: Juan Carlos Heredia Mayer: "w3wp.exe Account"
- Previous message: Raterus: "Re: Troubleshoot Security Issues"
- In reply to: Ken Schaefer: "Re: Constrained Delegation question - Please Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|