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 are uri parameters?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
How can you implement encapsulation in asp.net?
What is the use of ASP.NET routing?
Explain asp.net page life cycle?
Where session variables are stored?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
How can we prevent browser from caching an aspx page?
Is LINQ performance wise better or using sqlcommand?
What are directives in asp.net?
What do you mean by serialize?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is the difference between union and structure?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks