Hi friends
What is impersonation in ASP.NET?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Feb 21, 2012, 10:47 PM
Impersonation is the process of executing code in the context of another user identity. By default, all ASP.NET code is executed using a fixed machine-specific account. To execute code using another identity we can use the built-in impersonation capabilities of ASP.NET.
please refer,
http://support.microsoft.com/kb/306158
http://www.dotnet-guide.com/impersonation.html
very good link to learn.
hope this help.
Satyapriya NayakPosted Feb 21, 2012, 9:48 PM
Please refer the below link
http://www.c-sharpcorner.com/UploadFile/manishkdwivedi/impersonation10092007065217AM/impersonation.aspx
Thanks