Constrained Delegation question - Please Help

From: Alex (nrz26_at_hotmail.com)
Date: 03/25/04


Date: Fri, 26 Mar 2004 01:10:47 +0800

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