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
What is the difference between server-side scripting and client-side scripting?
Explain the difference between Repeater and Data list control in ASP.NET?
What are the three parts of an http response?
What are query strings used for?
Define cookie.
What is custom events? How to create it?
What is the difference between ldap and active directory?
Explain how viewstate is being formed?
Describe how ASP.NET maintains process isolation for each Web application?
How to display validation messages in one control?
What is state management technique?
Explain about ASP.NET?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Which Is Faster MVC or ASP.net ?
How about the security in Activex DLL and Activex EXE ?