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 HTTPModule and HTTPcontext? What is the use of each?
What is the difference between web config and machine config files?
What is inproc and outproc?
What are the differences between code behind and code inline?
9. Why should we hire you over the others waiting to be interviewed?
What is meant by ispostback in asp net?
How you can access the properties and controls of master pages from content pages?
Explain the difference between value type and reference type?
What’s difference between “optimistic” and “pessimistic” locking?
How to use push notification?
What are cao and sao.
What is a session http?
What are session state modes?
How can I configure asp.net applications that are running on a remote machine?
Where web.config file is used?