Hi, I am using Windows authentication , however, both of
your suggestions return an empty string. Is there
something else I should check?
>-----Original Message-----
>HttpContext.Current.User.Identity.Name, or just
User.Identity.Name in the
>context of a page. This assumes you're using Windows
authentication in your
>ASP.NET app.
>
>-Brock
>DevelopMentor
>http://staff.develop.com/ballen
>
>
>
>> 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
>>
>
>
>
>.
>