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
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Is data edited in the Repeater control?
What is view state and how it works in asp net?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
How to prevent client side validation from the ASP.NET validation controls?
How does exception management works in ASP.NET?
Does asp.net still recognize the global.asa file?
What are the various session state management options provided by asp.net?
Write some code using interfaces, virtual methods, and an abstract class`
What is the difference between cache and cookies?
What is asp.net caching?
How is the asp.net mvc architecture different from others? : asp.net mvc
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
What is the purpose of session management?
Write a code for passing ArrayList in Web API?