What is the use of <identity> tag in ASP.Net Web.Config File?

Started by beingchinmay, 12-12-2016, 23:41:16

Previous topic - Next topic

beingchinmayTopic starter

Identity tag is used to control the id ntity of the application. By default, Impersonation is disabled. Using Impersonation, an ASP.NET application can x cute optionally with the identity of a client on whose behalf they are operating.

<identity impersonate="false" userName="  omain\username" password="password" />