C
catweezle2010
Hello,
I have to identify the user of an asp.net site by his windows login
name (like environment.currentuser in Access). Till a few days I'm
trying several scripts I've found. For example one like this:
strLogonName =
System.Security.Principal.WindowsIdentity.GetCurrent().Name
The best result was to display the asp-account on the Server. But I
need the username on the client.
We are working in a windows2k environment with iis 6 and asp.net 1.1.
Thanks for help!
I have to identify the user of an asp.net site by his windows login
name (like environment.currentuser in Access). Till a few days I'm
trying several scripts I've found. For example one like this:
strLogonName =
System.Security.Principal.WindowsIdentity.GetCurrent().Name
The best result was to display the asp-account on the Server. But I
need the username on the client.
We are working in a windows2k environment with iis 6 and asp.net 1.1.
Thanks for help!