Which accounts are used by ASP.NET for impersonation?

By default, ASP.NET uses two accounts to provide impersonation capabilities: the local system process account and the IUSR_COMPUTERNAME account. When impersonation is turned off, all the resources are accessed using the local system process account. When impersonation is turned on, the IUSR_COMPUTERNAME account is used to provide access to resources.

Tagged . Bookmark the permalink.

Leave a Reply