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 Forum
- :
- How to deploy a webservice
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 14, 2014
09:12 AM
How to deploy a webservice
I'm trying to deploy a web service. All I got is a setup which installs the software in program files(86) folder.
What should I do?
Ton
What should I do?
Ton
- Tags:
- deploy web service
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 15, 2014
09:01 AM
First, where the actual DLLs are installed is not that important besides the permissions issues you will run into.
If you want to change the Install location to the default wwwroot location you would need to use the "[WindowsVolume]" predefined folder with a subfolder path of inetpub/wwwroot/[ServiceName] for the install location.
You will also need to use the IIS configuration components under the "Configure the Target System" of the IS Project to set up the WebService in IIS during installation.
If you want to change the Install location to the default wwwroot location you would need to use the "[WindowsVolume]" predefined folder with a subfolder path of inetpub/wwwroot/[ServiceName] for the install location.
You will also need to use the IIS configuration components under the "Configure the Target System" of the IS Project to set up the WebService in IIS during installation.