| Author: Hari 03 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
Hi
check this link. Its explained in an understandable way http://www.dotnet-guide.com/impersonation.html
|
| Author: ShashiKant Gupta 04 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
simply impersonation is posing to be someone else
ASP.net application use a particular user account to access resources on server, but if you want your application to use any other user account instead of that you can make impersonation feature on and provide the userID and password in config file. now your application will run with the credentials of provided user, insead of default one.
|