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
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is the difference between GridView and Repeater controls in ASP.NET?
Explain the flow of processing of the request? : asp.net mvc
Explain the differences between clr & cts?
Define repository pattern in mvc.net? : asp.net mvc
What do you mean by query string?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
How many languages are supported by .NET at present time?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain the concept of event bubbling in ASP.NET?
What is work flow gen? how can it will work with .Net?
List some of the important session state modes of asp.net.
Is it true that a Web service must be written in .NET or not?
What kind of programming language is ASP.NET?