Impersonation in ASP.NET
Topic
#29 by mreschke on 2008-02-29 09:08:31 (viewed 604 times)
Impersonation is the concept whereby an application executes under the \
context of the identity of the client that is accessing the \
application. This is achieved by using the access token provided by \
IIS.
Can impersonate entire website by editing the web.config or impersonate chunks of code in the codebehind.
Very usefull when accessing folders on a remote server that has no domain
Impersonate entire website with web.config[++]
Impersonate in the Code Behind (ASP.NET)[++]
Impersonate in the Code Behind (C++.NET)[++]
Calling Impersonate[++]