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 command line compiler.what are the steps and how it is related to debugging.
Explain the different parts that constitute ASP.NET application?
How does session authentication work?
What is datagrid asp.net?
Explain difference between dataset and recordset?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
How tooltip is set through code-behind in ASP.NET?
How to display validation messages in one control?
How does http session work?
How you can access the values from the Repeater control in ASP.NET?
What threading model used in asp and asp.net?
What is the function used for removing an event listener?
Why we use asp.net for website development?
Can you nest updatepanel within each other?
How to disable validator control by client side JavaScript?