Reputation: 1463
I developed a WCF service which works fine at the machine for development. Now i want to deploy it on another server without VisualStudio, only with IIS and .Net framework installed. I want to confirm whether the following steps are correct or not:
thanks!
Upvotes: 2
Views: 3676
Reputation: 221
I believe that should be sufficient.
The simplest means of deploying (assuming permissions and network connectivity) is to right-click the project in Visual Studio and select publish. You can publish to a folder that you've already set up as a virtual directory.
Upvotes: 2