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
In ViewState How much lifespan items stored?
Explain difference between friend and protected friend?
What is session start?
Please brief not about xsd,xslt & xml?
What is the typical session identifier?
What is the difference between equals() and == in c#?
How will you load dynamic assembly? How will create assesblies at run time?
What are the server controls in asp.net?
Explain in what order a destructors is called.
How is it possible for .NET to support many languages?
How does asp net store session ids by default?
What are the contents of cookie?
What are the different types of validation controls in asp.net?
Explain how do you deploy your asp.net application?
What is the differences between a primary key and a unique key in sql server?