Get Asp.Net username from SQL Server 2008?
- by jlnorsworthy
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?