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 typeof() vs gettype()?
What are the namespace classes used in asp.net mvc? : asp.net mvc
Why is string called immutable data type?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
List all templates of the repeater control.
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
What is the difference between union and structure?
Does web services support data reader like pom project?
Out of ASP or ASP.NET which one is stateless?
What is http protocol and how it works?
What is asp.net globalization?
How does viewstate work?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
What is authorization in asp.net?