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
Define the steps to set up validation control.
What are the asp.net 2.0 features?
What is .net remoting?
Describe a Windows Service and its lifecycle ?
What is difference between inproc and outproc?
Explain the path instructions in xaml?
Can asp.net work on an nt server?
How does the service stream content?
What is a runtime version?
What's the use of response.output.write()?
What is %20 in a url?
Is asp.net free?
In which situation can you not use a viewstate?
What are early binding and late binding.
What are validator? Name the validation controls in asp.net? How do you disable them?