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
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is enableviewstate?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Can you change a master page dynamically at runtime? How?
How to comment out asp.net tags?
What is use of Master Page in ASP.NET web pages?
Explain the difference between sql invalidation and sql notification.
What is a query string in a url?
What is the file extension of web service?
Define the term Web Garden?
Explain what the contents of cookie?
What is difference between session and cookies in asp net?
What is state management in .net?
Is it possible to write code in many languages in one asp.net project?