How can you enable impersonation in the web.config file?



How can you enable impersonation in the web.config file?..

Answer / Pooja Vishwakarma

To enable impersonation in the web.config file, add the following configuration: <authentication mode="Windows" /> under the system.web section.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Explain method to handle error using HttpError in Web API?

1 Answers  


diff between Server.Transfer() and Server.Execute()

1 Answers  


What is WCF? Pls Explain clearly with exmple.

3 Answers   HCL, iGate,


what are the differences between windows services and web services?

5 Answers   Tech Mahindra,


Explain some of the major built-in objects in asp.net

1 Answers  


What is latest version of asp.net mvc? : Asp.Net MVC

1 Answers  


What is ashx file in asp.net?

1 Answers  


List some of the important session state modes of asp.net.

1 Answers  


What is the use of execute non query in asp.net?

1 Answers  


What is three major points in WCF?

1 Answers   Patni,


Can you edit data in the Repeater control?

4 Answers   Siebel Systems,


What is the difference between session and viewstate in asp.net?

1 Answers  


Categories