what is Impersonation
Answer Posted / ravi.n
Impersonation is nothing but which help to us better to know who is accessed which user is accessed resource called as Impersonation. or
impersonation is noting but identity of client
<identity Impersonation="true" Username="domain/user" password="Password">
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a postback url?
Describe state management in asp.net?
Explain authorization levels in .net ?
Explain the code Access Security (CAS) in .net Framework?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Explain the difference between response.redirect vs server.transfer
Can one dll file contains the compiled code of more than one .net language?
Is data edited in the Repeater control?
Should I delete cookies?
What is xaml? Are xaml file compiled or built on runtime?
What is session object? Describe in detail.
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Explain different types of validators in asp.net?
What are the differences between code behind and code inline?