
November 28th, 2007, 06:24 PM
|
|
Registered User
|
|
Join Date: Nov 2007
Posts: 1
Time spent in forums: 7 m
Reputation Power: 0
|
|
|
Problems with ServerVariables
I currently am having a problem with my webserver. I am trying to get the Logon_User from the servervariables. i am using the following in a vbscript:
[code]
<%
strLogonName = Request.ServerVariables("LOGON_USER")
%>
<%=strLogonName%>
[code]
When I run this page I only get a blank page. No logon name shows up. Can someone please help me with this.
Thanks in advance,
Nate
|