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 session authentication?
Explain the steps to be followed to use passport authentication.
What is the difference between session and viewstate?
What is rich control in asp.net?
Explain different authentication modes in asp.net?
What is meant by server side scripting?
How do u declare static variable and how it is declared and what is its lifetime?
What is a postback in asp net?
What is special types forms
What is datagrid asp.net?
Explain global assembly cache.
Is asp.net and .net same?
What is server transfer?
Explain how is a property designated as read-only?
Explain the updatepanel?