what is impersonation in ASP.NET?
Answer Posted / srikanth
Everthing that asp.net does is through the windows account
that is defined in machine .config which is aspnet.
Now if you want your application alone to run in a
different account, you can change this identity to be
changed temporarily so that the asp.net will run in another
account(provided it is a windows account)
| Is This Answer Correct ? | 34 Yes | 13 No |
Post New Answer View All Answers
Which method is used to perform all validation at the page level?
What is synchronous and Asynchronous post back ?
What is postback and autopostback in asp.net?
What is http response header?
What is http protocol and how it works?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What can you do with asp.net?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the difference between Hash table and Array list?
What is aspect-oriented programming?
Which Is Faster MVC or ASP.net ?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Explain about Automatic resource management?
Explain the disadvantages of viewstate?