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
What is the Difference between MVC And MVP design pattrens
How to display validation messages in one control?
What methods are fired during the page load? Init()
Define reflection in .net?
What is the asp.net control toolkit?
How to create events for a control?
what is a .xap file? Explain with an example.
What are the modes of updation in an updatepanel?
Why session is necessary in web application?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Describe the events in the life cycle of a web application.
Explain different types of Caching techniques in ASP.NET?
How do you implement sql caching in asp.net?
Explain about Automatic resource management?
What are sessions and cookies?