Vista Biz sp1
I need to have a website setup to use ASP.Net Impersonation. It's not
listed as an Authentication option in IIS, on either my new site or the
default web site. Do I need to do something special to have it show up in
the Authentication Feature?
Thanks, Andre
Ken Schaefer - 31 Jul 2008 03:14 GMT
Impersonation != authentication
If you want to enable impersonation set:
<identity impersonation="true" />
in your web.config file (in the .NET section)
Cheers
Ken
> Vista Biz sp1
>
[quoted text clipped - 4 lines]
>
> Thanks, Andre