D
djc
I have MSDE2000 using integrated authentication. How can I determine the
username of the logged on user from my asp.net app?
username of the logged on user from my asp.net app?
Miha Markic said:Hi,
Aspnet application is running on server under local windows aspnet account
by default (only on w2k3 is different account used).
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
SLODUG - Slovene Developer Users Group
www.rthand.com
djc said:I have MSDE2000 using integrated authentication. How can I determine the
username of the logged on user from my asp.net app?
In SQL, select suser_sname()
Miha Markic said:Hi,
Aspnet application is running on server under local windows aspnet account
by default (only on w2k3 is different account used).
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
SLODUG - Slovene Developer Users Group
www.rthand.com
djc said:I have MSDE2000 using integrated authentication. How can I determine the
username of the logged on user from my asp.net app?