what is impersonation in ASP.NET?
Answer Posted / akhil
It is disabled by default .
It allows specifying that page request should be run under the identity of a user who is making the request .
Example= Run as administrator .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Explain the difference between web user control and web custom control?
Explain automatic memory management in .net.
What is the meaning of TestApi?
What are session objects?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How can you dynamically add user controls to a page?
What is a form tag?
Explain login control and form authentication.
In how many ways we can retrieve table records count?
What is the difference between a candidate key and primary key?
What is session authentication?
Is web config mandatory?
How to find last error which occurred?
In a Repeater control how one can provide an alternating color scheme ?