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
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
How do we access view state value of this page in the next page?
What is difference between session and application in asp net?
What is data cache in sql server?
What are standard controls?
What New Features comes with ASP.NET Web API 2.0?
What does asp.net stand for?
What is paging in context of Memory?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
If you are using components in your application, how can you handle exceptions raised in a component?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What kind of programming language is ASP.NET?
What is the server of asp.net?
When Cookies are expired in ASP.NET?
what is the difference between response.write() and response.output.write()?