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
Explain server control extensibility with reference to asp.net 2.0 ?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Why we use asp.net for website development?
What is query string? What are its advantages and limitations?
What websites use asp.net?
How does session work?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
How do you create a master page?
What’s the difference between asp.net web forms and asp.net mvc?
Explain about the .NET framework?
Can you set which type of comparison you want to perform by the comparevalidator control?
Why asp.net is better than php?
What is session id in web application?
What is difference between mvc and asp.net? : Asp.Net MVC
What are the options in ASP.NET to maintain state?