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
Difference between response.redirect and server.transfer?
Which two new properties are added in asp.net 4.0 page class?
What is a swagger in web api?
Define repository pattern in asp.net mvc? : asp.net mvc
Is asp.net mvc front end or backend? : Asp.Net MVC
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How can we access static variable?
Define tracing.
What is the difference between application state and session state in asp net?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is httpresponse?
What is http post and http get?
Explain why datareader is useful?
What is razor? : asp.net mvc
What are different types of api?