what is impersonation in ASP.NET?
Answer Posted / murugavel
Impersonation is used to access the file servers in a
secured way. Client can access it because of this.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Define dll hell?
What is the request flow used for asp.net mvc framework? : asp.net mvc
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is tracing? Where is it used?
Is asp.net and .net the same?
Can you use Web API with ASP.NET Web Form?
What are different methods of session maintenance in asp.net?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Explain the asp.net session state modes.
Why asp.net is better than php?
What is the difference between application state and caching?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is the difference between adding reference in solution explorer and adding references by using ?
What is asp.net with mvc? : Asp.Net MVC
How does the iis work?