A
Alhambra Eidos Kiquenet
Hi all misters,
I have ASP.NET application, and in my web.config appears the following lines:
<!--The <authentication> section enables configuration of the security
authentication mode used by ASP.NET to identify an incoming user. -->
<authentication mode="Windows"></authentication>
<identity impersonate="true"/>
In my code C#, I want to know if the value for impersonate is true ? How is
possible it ?
Thanks for your attention. Any help will be very grateful. Regards, greetings.
I have ASP.NET application, and in my web.config appears the following lines:
<!--The <authentication> section enables configuration of the security
authentication mode used by ASP.NET to identify an incoming user. -->
<authentication mode="Windows"></authentication>
<identity impersonate="true"/>
In my code C#, I want to know if the value for impersonate is true ? How is
possible it ?
Thanks for your attention. Any help will be very grateful. Regards, greetings.