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 difference between mvc and asp.net? : Asp.Net MVC
Explain how cookies work. Give an example of cookie abuse.
Define machine.config in .net?
Explain what is an abstract class?
I’m having some trouble with cas. How can I diagnose my problem?
Why is it preferred to not use finalize for clean up?
Differentiate between client-side and server-side validations in web pages.
What's the use of formatters in .net?
What are the Types of authentications in IIS
Is asp.net easy to learn?
What is the difference between viewstate and hidden field in asp.net?
Differentiate between globalization and localization.
Can the dictionary object be created in client?s scope ?
How many types of file extensions for razor views in ASP.Net MVC?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?