what is impersonation in ASP.NET?
Answer Posted / r.suresh kumar
By default, ASP.NET executes in windows account. Sometimes
you need to access data from network resources such as a
file on a shared drive, which requires additional
permissions. One way to overcome this restriction is to use
impersonation. With impersonation, ASP.NET can execute the
request using the identity of the client who is making the
request, or ASP.NET can impersonate a specific account you
specify in web.config.
Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
How we can force all the validation controls to run?
What is the significance of attaching a profile while creating a user?
What kind of data can be stored in viewstate?
What are demand-paging and pre-paging?
What is another word for redirect?
what is a .xap file? Explain with an example.
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is the best Macanism to clear the Cache in asp.net
What is the difference between CLICK and MOUSE DOWN Event ?
What can we do with asp.net?
What is cache in asp net?
what cut off mark for po's,what questions they asked for interview?
Is asp.net free?
What is the difference between stored procedure vs function?
How is application management and maintenance improved in asp.net 2.0?