How to get user name from windows authentication?
Hi All,
I am using C#.Net, SQL Server 2000, Visual Web Developer 2005.
I am trying to develop intranet system using windows authentication.
I woul like to capture the username from the windows authentication and use it in a SQL for getting more information/ access from DataBase.
As in my website user will be shown webbage according to the granted permission.
Please Help!
|