what is impersonation in ASP.NET?
Answer Posted / sachin
impersonation is the process of assigning a user account to
an unknown user.By default, the anonymous access account is
named IUSER_machinename. This account can be use to control
anonymous users' access to resources on the server.
This mechanism allows a server process to run using the
security credentials of the client. When the server is
impersonating the client, any operations performed by the
server are performed using the client's credentials.
Impersonation does not allow the server to access remote
resources on behalf of the client.
Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
What is the difference between abstract class vs interface? Can give me the real time examples?
What is x xss protection?
What is the difference between “Web.config” and “Machine.Config”?
What are the namespace classes used in asp.net mvc? : asp.net mvc
How do you sign out from forms authentication?
How does exception management works in ASP.NET?
What are the disadvantages of view state?
Explain the difference between Repeater and Data list control in ASP.NET?
What are different types of api?
Define page output caching?
What is paging in context of Memory?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Apart from IDE what are the enhancements in asp.net 2.0?
What is the use of HttpHandlers? When to use this?
What is the concepts of globalization and localization in .net?