The first thing to do is to decide what to call the page, and where to put it. In this example the page is
called index.asp and it is going to be saved in the root directory of the Default Web Site, which is
normally C:\Inetpub\wwwroot.
NOTE: logo.gif is the logo for your company which in this sample is saved in the same directory as the web page.
1. Start Notepad from your computerÆs Start -> Programs -> Accessories menu
2. Type the following:
<html>
<% mailbox = Request("mailbox")
If mailbox <> "" Then
Response.Redirect "/Exchange/" & mailbox
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.