This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Knowledge Base
- :
- Deploying Web Services on a Target Machine
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Deploying Web Services on a Target Machine
Deploying Web Services on a Target Machine
Summary
This article describes how to deploy web services to a target machine.Synopsis
Deploying a Web service onto a target system requires copying the Web service?specific files to a particular location and assigning a virtual directory name for that folder so that the Web service can be accessed via HTTP.Discussion
To deploy a Web service on a target machine:
1. In the View List under Application Data, click Files and Folders.
2. Select the folder (target directory) for installing files on the target system. Add your files to this folder.
3. In the View List under Server Configuration, click Internet Information Services.
4. In the Web Sites explorer, select the virtual directory that is associated with the Web service.
5. In the Content Source Path (Local or UNC) setting, click the ellipsis button (...). The Browse for Directory dialog box opens. Enter the same target directory as the one that contains the new files that you added in the Files and Folders view.
At installation, files are copied to the target directory folder. In addition, the virtual directory is configured for that folder on the target system if IIS is present.
1. In the View List under Application Data, click Files and Folders.
2. Select the folder (target directory) for installing files on the target system. Add your files to this folder.
3. In the View List under Server Configuration, click Internet Information Services.
4. In the Web Sites explorer, select the virtual directory that is associated with the Web service.
5. In the Content Source Path (Local or UNC) setting, click the ellipsis button (...). The Browse for Directory dialog box opens. Enter the same target directory as the one that contains the new files that you added in the Files and Folders view.
At installation, files are copied to the target directory folder. In addition, the virtual directory is configured for that folder on the target system if IIS is present.
Additional Information
Creating a Web Site and Adding an Application or a Virtual DirectoryInternet Information Services View
No ratings