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


Please Help Members By Posting Answers For Below Questions

How you will manage the state of ASP.NET controls?

570


When we use cookie less session? Explain its working?

567


How you will handle session when deploying application in more than a server?

592


Explain what is postback in asp. Net?

549


What is semantic gap?

621






What is a postback ispostback and autopostback in asp net?

479


What is custom events? How to create it?

625


What is the postback property in asp.net?

543


What is the use of session in web application?

485


How would ASP and ASP.NET applications run at the same time on the same server?

1945


Is viewstate secure?

511


What is %20 in a url?

544


What are the benefits of Razor View?

536


can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?

1751


What is server redirect?

547