We are using ServerVariables("REMOTE_HOST") to identify the workstation accessing a classic ASP page (internal company workstations, not scanning public users) as I cannot assume that an IP address will always apply to the same workstation.
I find that the REMOTE_HOST value returned to a Win7 IIS server includes the domain name after the host name, but a VM server 2008 instance of IIS does not include the domain name.
I would like to be able to program for a consistent value and not have to mess around trying to match values with/without a predefined domain name string on the end.
Does anybody know if this is determined by configuration on IIS or the server O/S?