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
Where is session data stored in asp net?
What is data binding in asp net?
Define a multilingual website?
What is the main difference between Asp.net and Vb.net?
Can I stream live content/events?
Using code explain Configuration Management
What is the concept of postback in asp.net?
What is the significance of ASP.NET routing?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
how can create login from create and written conde in asp.net
Which is better viewstate or session?
Explain the different parts that constitute ASP.NET application?
in which protocol ASP.NET WEB API Work?
List the major built-in objects in asp.net?
What is a gridview in asp.net?