Deploy a WCF workflow service Application

480 Views Asked by At

I have created a "WCF workflow service Application". as of now, i press F5 and run the application. after which the service will be up and running. then i ping this service using SoapUI ( I have loaded the wsdl in the soapui)

How do i host/deploy this "WCF workflow service Application". ( I dont want to press F5 to up the service basically).

I have tried using this link. But it is not related to "WCF workflow service Application"

1

There are 1 best solutions below

3
Tharif On

First you have to publish the Service , you can try the following screens,for your reference check these links :

  1. How to host wcf service in IIS 7 or 7.5

  2. creating WCF 4.0 Service and Hosting in IIS 7.5

enter image description here

enter image description here

enter image description here

enter image description here