Hi,

For an ASPX application, I enable impersonation by adding the line

<identity impersonate="true" />

to the web.config file. At the same time, I also enable Anonymous access and Windows Integrated security in IIS.

With this combination, which ID will be used for resource access?
Current User Login ID or anonymous access ID?


Thx!