Impersonation

S

sgelfmann

I am a little confused about the difference between two ways of
implementing impersonation.

Some sources say that if one needs to run application under a specific
account, he should use this
<identity impersonate="true" username="username" password="password" />

Others state that the impersonate attribute should be set to false and
username and password then have to be provided as in:
<identity impersonate="false" username="username" password="password"
/>

What's the difference?
 
K

Ken Schaefer

In your .NET Framework SDK documentation, paste the following address:
ms-help://MS.NETFrameworkSDKv1.1/cpgenref/html/gngrfidentitysection.htm

Otherwise expand: Reference -> Configuration File Schema -> ASP.NET Settings
Schema -> click <Identity> Element

The explanation seems pretty straightforward to me. If it is unclear, please
post again.

Thanks

Cheers
Ken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,060
Latest member
BuyKetozenseACV

Latest Threads

Top