|
|

Copyright by darkchip.com |
Deploying WebBatch on Windows XP Server with IIS Upon confirmation that you have IIS properly installed you need to configure it to support WebBatch. To configure IIS, you would use the Internet Information Services (IIS) MMC Snap-in. To Access the IIS MMC Snap-In : |
(1) |
Click Start -> Run and type MCC and Click OK |
(2) |
From the MCC Console click File -> Add/Remove Snap-in |
(3) |
On the Add/Remove Snap-in dialog box, click Add |
(4) |
Scroll down until you reach the Internet Information Services, select it and click Add |
(5) |
On the Add/Remove Snap-in dialog box, click OK |
(6) |
With the IIS MMC Snap-in now installed, select the WebSite that you want associcated with WebBatch and add a new Virtual Directory, by right clicking the desired WebSite, choosing New -> Virtual Directory |
(7) |
When prompted for a Virtual Directory name, type in webcgi and click Next |
(8) |
Supply the directory path to the installation of WebBatch. If you have selected the defaults during the install, type in c:\Program Files\Webbatch and click Next |
(9) |
When selecting permissions for the Virtual Directory, ensure that the only selected choices are Read and Execute and click Next |
(10) |
If you folllowed all the defaults and completed the proper steps, you are ready to test out WebBatch! On the server running Webbatch, type the following URL : http://localhost/webcgi/webbatch.exe?stones/stones.web If everything was done properly, you will have the WebBatch Stones game running as seen in the screenshot. Congratulations, you now have a fully functional Webbatch Server! |