Users will access the IIS root on your machine via http.
Http works via TCP/IP
TCP/IP matches the name of the server to the IP address
If the name of the server is rjpserv4 then you will have to type that name, unless you have a DNS server that can provide an alias of "
for that box, so that
= rjpserv4.
You could however create a virtual directory and have any traffic going to
go to that directory (which can be your
directory).
Start the IIS 5.0 Management Console from the Windows Start button by following menus Programs | Administrative Tools | Internet Service Manager.
From the Management Console locate the Default Web Site under the Internet Information Server tree. Right click Default Website and select New | Virtual Directory from the popup menu. The New Virtual Directory Wizard dialog will appear.
Click the Next button to move to the next dialog.
Enter prtracker for the alias to be used to access the virtual directory and then press the Next button.
In the next New Virtual Directory Wizard dialog enter the path name for the directory where file prtracker.asp is installed. Press the Next button.
In the next New Virtual Directory Wizard dialog check box Run Scripts and press the Next button.
Press the Finish button to complete setup.
Don't quote me on the virtual directory... but I belive it will work. CJ
- Jr. Rocket Man