what is impersonation in ASP.NET?
Answer Posted / srikanth
Everthing that asp.net does is through the windows account
that is defined in machine .config which is aspnet.
Now if you want your application alone to run in a
different account, you can change this identity to be
changed temporarily so that the asp.net will run in another
account(provided it is a windows account)
Is This Answer Correct ? | 34 Yes | 13 No |
Post New Answer View All Answers
Why we are using mvc instead of asp.net? : Asp.Net MVC
What are the server controls in asp.net?
What are the session variables?
Define tracing.
Diff between web user control and web custom control?
What is sql data source control in asp.net?
How many types of controls are there in asp.net?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
How response object is related to asp's response object?
What is server side in asp.net?
What is preprocessor in .net and type, where it use?
What is the significance of finalize method in .net?
How you can return View from ASP.NET Web API method?
What is localhost in asp.net?
Explain the steps to be followed to use passport authentication.