Kbase 22086: How To Create Virtual Web Site on IIS to Work with WebSpeed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/06/2002 |
|
SUMMARY:
This Solution details the necessary steps for creating a new virtual Web site with its own IP Address in Internet Information Services (IIS). It also shows how to configure WebSpeed to work on the second Web site.
EXPLANATION:
IIS provides the option to have a second Web site created with its own IP address that can be configured to work with an existing WebSpeed installation.
SOLUTION:
Here are the steps, taken from Microsoft Knowledge Base Q300991, on how to configure IIS.
-- IIS 4.0
1) On the Start menu, point to Programs, then to Windows NT 4.0
Option Pack, then to Microsoft Internet Information Services.
Then, click Internet Services Manager. NOTE: Do not click Internet
Services Manager (HTML).
2) In the Console tree in the left pane, right-click your computer
name, point to New, and then click Web Site.
3) On the first page of the Web Site Creation Wizard, type a name for
the site (for example, type mywebsite), and click Next.
4) On the second page, in the Enter the IP address drop-down list box,
click the IP address that you have assigned to this Web site.
5) Change the port number to a valid number on the system.
6) On the third page, click Browse. Browse to the content folder
that you created.
7) On the fourth page, select the Read and Run scripts (such as ASP)
check boxes. Make sure that the other check boxes are cleared.
Click Finish to complete the wizard.
-- IIS 5.0
1) On the Start menu, point to Programs, then to Administrative Tools,
and then click Internet Services Manager.
2) In the Console tree in the left pane, right-click your computer
name, point to New, and then click Web Site.
3) On the first page of the Web Site Creation Wizard, click Next.
4) On the second page, type a name for the site (for example, type
mywebsite), and then click Next.
5) On the third page, in the Enter the IP address drop-down list box,
click the IP address that you have assigned to this Web site.
6) Fill in port number. Leave the Host Header for this site text box
blank. Click Next.
7) On the fourth page, click Browse. Browse to the content folder
that you created in Section 2 (for example, the Webcontent folder).
8) On the fifth page, select the Read and Run scripts (such as ASP)
check boxes. Make sure that the other boxes are cleared. Click
Next, and then click Finish to complete the wizard.
-- To configure WebSpeed
1) Right click on the new Web site, New, Virtual directory.
2) Create Alias as scripts, browse the directory to locate
c:\inetpub\scripts
3) Select Read, Run Scripts and Execute permissions to finish.
4) Create another virtual directory webspeed31C(BD), which maps to
%dlc%\webspeed directory.
5) Configure and start the broker as you normally do, being sure to
have the broker register by host.
The URL for ping page will be similar to the following:
http:\\mywebsite:port\scripts\cgiip.exe\WService=wsbroker1\ping
References to Written Documentation:
Microsoft Knowledge Base Q300991