what is impersonation in ASP.NET?

Answer Posted / prince

you can enable the impersonation by adding below entry in
your application config file.

<identity impersonate="true"
userName="domain\user"
password="password" />

Is This Answer Correct ?    17 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to send a DataReader as a parameter to a remote client ?

2725


Where the cookie value is stored?

509


What is base class of button control in .net?

521


What is slidemaster?

465


How do you implement postback with a text box?

563






Explain how does asp page work?

576


What is sql data source control in asp.net?

571


Why do we need asp.net?

592


Why is it preferred to not use finalize for clean up?

560


What are the layouts of ASP.NET Pages?

617


How to implement globalization and localization in the use interface in .net.

536


How does windows service lifecycle differ from a .standard. Exe?

514


What's the ASP.Net Application life cycle?

566


What is application in asp net?

492


Differentiate between early binding and late binding.

573