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
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 data control in asp.net?
What is asp net application object?
What is comparevalidator?
Differentiate strong typing and weak typing
What are the features of asp net?
What is application and session in asp.net?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What are the server controls in asp.net?
Explain the disadvantages of viewstate?
What is enableviewstate in asp net?
How can we implement a identity (sql server) call in an asp.net page?
How you can return View from ASP.NET Web API method?
What is a server cookie?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?