| |||||||||||||||||||
<identity> SectionASP.NET Syntax ASP.NET Configuration Sections Controls the application identity of the Web application. <identity impersonate = "true | false" userName = "username" password = "password" /> The <identity> tag supports three attributes.
Syntax ExampleThe following example sets client identity impersonation to true. <configuration>
<system.web>
<identity impersonate = "true" />
</system.web>
</configuration>
See AlsoASP.NET Configuration IdentitySection Class |
| ||||||||||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme