what is impersonation in ASP.NET?
Answer Posted / r.suresh kumar
By default, ASP.NET executes in windows account. Sometimes
you need to access data from network resources such as a
file on a shared drive, which requires additional
permissions. One way to overcome this restriction is to use
impersonation. With impersonation, ASP.NET can execute the
request using the identity of the client who is making the
request, or ASP.NET can impersonate a specific account you
specify in web.config.
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How would you get asp.net running in apache web servers? Explain it's limitations.
Can we set master page as a start page?
How to change Master page in ASP.Net using code?
Explain the code Access Security (CAS) in .net Framework?
What is loop in asp.net?
How can you handle errors in Web API?
Can you nest updatepanel within each other?
Are there resources online with tips on asp to asp.net conversions?
What are the differences between code behind and code inline?
Why is global asax is used?
What is the current version of asp.net?
What is the difference between “Web.config” and “Machine.Config”?
How to unit test Web API?
How does session work in asp net?