Rank: Newbie Groups: Member
Joined: 1/19/2009 Posts: 2 Points: 6 Location: Australia
|
I have installed VersaSRS, it works fine under the default web site. How can I move from the default web site to another web site under a Sub Domain / Other Website?
|
Rank: Administration Groups: Administration
, Member
Joined: 11/20/2008 Posts: 47 Points: 44 Location: Australia
|
Hi,
The below procedure applies to Windows Server 2003 and 2008.
Under IIS you need to create a new Web Site. To do this, select the Web Sites node, right click and select New > Web Site...
This will present you with the Web Site creation Wizard. Select the Next button and then enter Support for the description.
Select the Next button to continue to the IP Address and Port Settings dialog and enter the following:
Enter the IP address to use for this Web site: (All Unassigned) TCP port this Web site should use (Default: 80): 80 Host header for this Web site (Default: None): Support
Select the Next button to continue to the Web Site Home Directory dialog:
You will need to browse to the root directory of versaSRS, this is typically C:\Program Files\VersqDev\versaSRS\versaSRS
Select the Next button to continue to the Web Site Access Permissions dialog.
Make sure that the Read and Run scripts (such as ASP) checkboxes are checked.
Select the Next button and then select the Finish button to complete the Web site creation wizard.
You should now see the Support Web site listed under the list of available Web Sites.
Right click on the Support Web site and select properties from the context menu. From the displayed window select the ASP.NET tab.
Make sure that the ASP.NET version is set to 2.0.x where x will depend on the build of the .NET framework 2.0 you have installed.
Following this, select the Documents tab and add default.aspx if it is not listed as a default document (Enable default content page should be checked).
Finally, select the Directory Security tab, select the Edit button under the Authentication and access control section. Make sure that Integrated Windows authentication is enabled if you want to use Windows-based authentication to access versaSRS.
Select the Apply or OK button on the Support Properties dialog to apply the changes to the Web site.
Note: you do not need to create a new Web site for versaSRSWebServices. This Web application is only required if you are developing custom solutions for versaSRS.
Finally, the instructions above assume that you have created a DNS entry for Support. This would be configured to point to the Web server where versaSRS is installed.
Cheers, Philip
|