Default.htm Sample Script

This script redirects incoming HTTP requests to Request.asp.

<!doctype html public "-//IETF//DTD HTML//EN">

<HTML>

    <META HTTP-EQUIV="REFRESH" CONTENT="0; URL=request.asp">

</HTML>


(c) 1996-1998 Microsoft Corporation. All Rights Reserved.