ASP.NET impersonation is disabled by default. If impersonation is enabled for an ASP.NET application, that application runs in the context of the identity whose access token IIS passes to ASP.NET.
You control impersonation using the identity configuration element.
<configuration>
<system.web>
<identity impersonate="true">
</system.web>
</configuration>
or<identity impersonate="true" password="********" username="testDoamin\Santosh">
No comments:
Post a Comment