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


Please Help Members By Posting Answers For Below Questions

Why we are using mvc instead of asp.net? : Asp.Net MVC

603


What are the server controls in asp.net?

548


What are the session variables?

596


Define tracing.

722


Diff between web user control and web custom control?

604






What is sql data source control in asp.net?

668


How many types of controls are there in asp.net?

598


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

764


How response object is related to asp's response object?

605


What is server side in asp.net?

589


What is preprocessor in .net and type, where it use?

751


What is the significance of finalize method in .net?

637


How you can return View from ASP.NET Web API method?

646


What is localhost in asp.net?

649


Explain the steps to be followed to use passport authentication.

681