Network Username

  • Thread starter Thread starter Geoff Murley
  • Start date Start date
G

Geoff Murley

Is there a simple command I can use to retrieve the
username of the user currently logged onto a client PC,
viewing my ASP.NET page?

I really want the ASP.NET equivalent of
SystemInformation.UserName
 
Hi, I am using Windows authentication , however, both of
your suggestions return an empty string. Is there
something else I should check?
 
I've got it to work now. I didn't turn off Allow
Anonymous access in IIS.

Thanks for your help.
 
Back
Top