get the user that opens the site when the site its impersonated
        Posted  
        
            by Copeleto
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Copeleto
        
        
        
        Published on 2010-04-09T20:59:30Z
        Indexed on 
            2010/04/09
            21:03 UTC
        
        
        Read the original article
        Hit count: 286
        
c#3.0
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
© Stack Overflow or respective owner