Get Asp.Net username from SQL Server 2008?
        Posted  
        
            by jlnorsworthy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jlnorsworthy
        
        
        
        Published on 2010-03-24T07:00:22Z
        Indexed on 
            2010/03/24
            7:03 UTC
        
        
        Read the original article
        Hit count: 306
        
With windows and sql server accounts, I can access the logged in user with functions like: user_name() or suser_sname(). Can I access the user that is logged into asp.net in the same way?
© Stack Overflow or respective owner