get the user that opens the site when the site its impersonated
- by Copeleto
I developed a web site, and we have to use impersonate property, the issue is that I have to capture the user that is using the app, but when I try to get the user using User.Identity.Name, I get the user that is on the web.config.
I would like to know if there is another way to get the user that opens the site
Thanks