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
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What is autopostback in asp net?
What is a web api endpoint?
What is server side routing?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is http only cookie?
what is silver light when will we use silver light,
Why is an object pool required?
What is ASLM?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
How do cookies work? Give an example of their abuse.
What is event in asp.net?
How does http session work?
What is http session state?
How would you enable impersonation in the web.config file?