TheConeHead
Programmer
I am trying to get an nt logon name and am doing:
<%
CUser = Request.ServerVariables("LOGON_User"
%>
CUser = <%=CUser%>
and get
CUser =
any ideas why it would not be getting anything for the logon name?
<%
CUser = Request.ServerVariables("LOGON_User"
%>
CUser = <%=CUser%>
and get
CUser =
any ideas why it would not be getting anything for the logon name?