cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tonvryswyk
Level 2

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
0 Kudos
(1) Reply
jcoone
Level 6

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.
0 Kudos