Ans) The process of providing an identity with sername/password at application level or IIS level is called Impersonationg users or Impersonation.
<configuration>
<system.web>
<Identity impersonate=”true” username=”guru” password=”123”/>
</System.web>
</Configuration>
No comments:
Post a Comment