IIS ASP.NET Windows authentication logined user name letter case
        Posted  
        
            by Dmitry Borovsky
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dmitry Borovsky
        
        
        
        Published on 2010-04-29T10:12:15Z
        Indexed on 
            2010/04/29
            10:17 UTC
        
        
        Read the original article
        Hit count: 296
        
Hello everybody. I use windows authentication and have one trouble: letter case of user name in User.Identity.Name is incorrect. For example, my user name is FOO-SERVER\Borovsky_D, but User.Identity.Name shows FOO-SERVER\borovsky_d. What is trouble? Have anybody ideas?
© Stack Overflow or respective owner