OS: Windows 2000 Pro
IIS: 5.0
I would like to collect the "REMOTE_ADDR" ServerVariable through my ASP form when a user visits my site. Do I have to enable this in IIS, because I cannot seem to parse the value when the form executes? I am pretty sure the ASP code is fine.
If I do have to enable this, where do I do it? I have dug rather deeply into IIS to find out where I could make an adjustment, but I just could not find anything relevant.
I included the following snippet at the top of the ASP page:
<% ip = Request.ServerVariables("REMOTE_ADDR"
%>
Thanks in advance
IIS: 5.0
I would like to collect the "REMOTE_ADDR" ServerVariable through my ASP form when a user visits my site. Do I have to enable this in IIS, because I cannot seem to parse the value when the form executes? I am pretty sure the ASP code is fine.
If I do have to enable this, where do I do it? I have dug rather deeply into IIS to find out where I could make an adjustment, but I just could not find anything relevant.
I included the following snippet at the top of the ASP page:
<% ip = Request.ServerVariables("REMOTE_ADDR"

Thanks in advance