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
Can action method static?
What are directives in asp.net?
What are the components of ado.net?
What is state management in .net?
What are the differnt types of handler in ASP.NET?
How could you modify xaml content from javascript?
Where the viewstate is stored after the page postback?
How to deploy/publish webservices?How many ways?Plz explain me
A Web Service Can Only Be Written In .net. Is it True??
Is a dll file an executable?
What is the parent class of all the web server control?
Write a code for sending an email from asp.net application.
How do u declare static variable and how it is declared and what is its lifetime?
What is different authentication mechanisms used in ASP.NET?
How do you sign out from forms authentication?