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
What is the concept of view state in asp.net?
Differentiate between authentication and authorization.
What does session_start () do?
What is web api and why to use it?
What is the life-span of the items in the viewstate?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Can you use Web API with ASP.NET Web Form?
What are custom user controls in asp.net?
Explain advantages of caching?
What are sql notifications and sql invalidations?
What are the asp.net list controls and difference between them?
Mention the namespace that is used to include .net data provider for sql server in .net code?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
If you are using components in your application, how can you handle exceptions raised in a component?