Administering an ISP Installation

Previous Topic Next Topic

Contents of reskit1.microsoft.com/scripts/cookie.asp

Copy this sample code into a text file and name it Cookie.asp. Then copy the file into the Scripts directory of the instance you are using. In this example, it is reskit1.microsoft.com.

<HTML>
  <HEAD>
    <TITLE>Server Selection Page</TITLE>
  </HEAD>
  <BODY>

    <A HREF="/HostMenu/Scripts/Redirect.asp?Host=reskit1.microsoft.com&NewLocation=<%=   
    Request.QueryString() %>">Try this Site reskit1.microsoft.com</A><BR>
    <A HREF="/HostMenu/Scripts/Redirect.asp?Host=reskit2.microsoft.com&NewLocation=<%= 
    Request.QueryString() %>">Try this Site reskit1.microsoft.com</A><BR>

  </BODY>
</HTML>

© 1997-1999 Microsoft Corporation. All rights reserved.