what is impersonation in ASP.NET?
Answer Posted / prince
you can enable the impersonation by adding below entry in
your application config file.
<identity impersonate="true"
userName="domain\user"
password="password" />
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
Explain the use of resource manager class in .net.
Explain Optimization technique description?
How to handle errors in Web API?
What is asp.net web application?
Why cyclomatic complexity is important?
What is the function of new view engine in asp.net? : asp.net mvc
In which event of the page life cycle, is the viewstate available?
Explain the differences between managed and unmanaged code?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Who can consume WebAPI?
What is cached data phone?
Why mvc is faster than asp.net? : Asp.Net MVC
What is server side routing?
What are different types of api?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?