Administering an ISP Installation |
Copy this sample code into a text file and name it Munge.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="http://reskit1.microsoft.com/*reskit1.microsoft.com/<%=
Request.QueryString() %>">Try this Site reskit1.microsoft.com</A><BR>
<A HREF="http://reskit1.microsoft.com/*reskit2.microsoft.com/<%=
Request.QueryString() %>">Try this Site reskit2.microsoft.com</A><BR>
</BODY>
</HTML>