Current User Network ID

How do I get current user Network ID on Intranet from ASP.NET web page?

the following works on my computer, but I get blank userID when the website
is on the test web server.

System.Web.HttpRequest _pageRequest;
string userID = _pageRequest.Params["LOGON_USER"];



Thank You



Peter
Peter [ Mo, 14 April 2008 16:45 ] [ ID #1941892 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Current User Network ID

Vorheriges Thema: How to suppress/clear Response from within a control?
Nächstes Thema: Re: problem getting user via ProviderUserKey