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