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:
- Pick WCF Files: web.config; Service.svc; and Bin foloder (Service.dll)
- Put WCF files in one IIS directory, and link to a vitual dir
- Browse it
thanks!