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