Administering an ISP Installation |
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>