Zip File Installation
There are two methods of installation
- place in the MS Windows web server(IIS) directory, (e.g., C:\Inetpub\wwwroot).
- Use a virtual directory that is outside of the IIS root directory.
We reccomend that you use virtual directories, and place the application outside of the IIS web directory. This will allow you to easier update web services, and test services.
Expand the zip file¶
- Unzip GenericODWS-1-1_Release.zip to the a directory (e.g., C:\Inetpub\wwwroot).
Note: If you have more than one OD, you’ll have to set up a separate OD web service for each database.
Unzip the Web Service Folder
Enable Web Sharing via virtual directory
- download GenericOdWS_release.zip from software downloads
- create a directory called "HISWebApplications". This is where the multiple OD web services can be maintained.
- expand GenericOdWS_release.zip into "HISWebApplications".
- Control-Drag to make a copy of the directory
- rename directory
- right click, select properties
- Select Security
- enable everyone read access
- Select "Web Sharing" Tab
- In the "Edit Alias" Dialog
- Access permissions: Read and Write
- Application Permissions: Scripts
- Click OK to close "Edit Alias" dialog
- Click Apply to close Directory properties
- Now open the IIS Manger
- Exapand tree control in default web site, click on your Web Application directory (MyOD)
- Click 'Directory Security'
 iis |
- Click "Edit.." in "Authentication and access control" group
- Click Enable Anonymous Access
 IIS Anon access |
Rename the Configuration files
dwv- something wrong with b
In order to avoid overwriting existing configuration files, we have renamed the base configuration files with an _example.config
Rename:
- Release_AppSettings_example.config to Release_AppSettings.config
- Release_ConnnectionSettings_example.config to Release_ConnnectionSettings.config
Configure Web Application in IIS Manager
In IIS Manager, you will now create a
1. Open IIS Manager by clicking Start>Control Panel>Administrative Tools>Internet Information Services.
 iismenu |
2. Navigate to Web Sites>Default Web Site>{Your Web Service Folder Name}.
3. Right click on your folder and click Properties.
 iis web properties menu |
4. Click the Directory tab.
 iis web properties dialog |
5. Click Create.
 IIS click create |
6. Click the ASP.NET tab. Make sure the ASP.NET version is 2 or higher.
 aspnet dialog |
7. Click OK.
8. Close IIS.