0
votes

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
gonna deploy at local ? - Tharif
Actually in a windows 2003 server(IIS-v 6.0) and a WIndows 7 desktop(IIS-v7.5). - user2256404

1 Answers

0
votes

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