I'm attempting to move and asp page to a new server. The old server is a NT4 server running IIS 4, the new server is a Win2K server running IIS 5. The asp page contains only two important pieces of code, See Below.
<%LOGIN_IP=request.servervariables("remote_addr"%>
<%
' RESPONSE.REDIRECT " + LOGIN_IP + ">"
%>
This code runs just fine on the NT4 server, but not on the Win2K. Any ideas on what needs to be done to get this to run on the Win2k server?
Thanks
<%LOGIN_IP=request.servervariables("remote_addr"%>
<%
' RESPONSE.REDIRECT " + LOGIN_IP + ">"
%>
This code runs just fine on the NT4 server, but not on the Win2K. Any ideas on what needs to be done to get this to run on the Win2k server?
Thanks