Reputation: 3876
I am trying to implement impersonation in ASP.NET. I am following this URL.
Microsoft beautifully explains the process.
However, I am a bit skeptical about declaring the password in web.config
Is there any way, we can achieve impersonation without declaring password?
Thank you
Upvotes: 1
Views: 2018
Reputation: 35925
If you want to use user name and password for impersonation you have to store it somewhere.
But here is a list of things you can try:
Upvotes: 1