Home   |  Articles   |  Resources   |  Humor   |  Feedback       

  Login   Register 

Ads Via DevMavens


Impersonation in ASP.Net

Posted by on Sunday, March 14, 2004

ASP.NET applications can execute with the identity of the client. These articles take a look at different ways to use and troubleshoot impersonation in ASP.NET

By default, ASP.NET executes in the security context of a restricted user account on the local machine. Sometimes you need to access 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.


Implementing Impersonation in an ASP.NET Application

Choosing Resource Access Identities - Identity Impersonation In ASP.NET

MSDN: ASP.NET Impersonation

HOW TO: Secure an ASP.NET Application by Using Windows Security

On being someone else


 


The Blogs
Subscribe to the OdeToCode blogs for the latest news, downloads, new articles, and quirky commentary.
Building Websites with the ASP.NET Community Starter Kit
Community Starter Kit
A comprehensive guide to understanding, implementing, and extending the powerful and freely available application from Microsoft. See More...
Microsoft Community Links
SQL Server
Visual C#
ASP.NET
.NET Framework
Visual Studio .NET
Contribute Code
Privacy
Consultancy