How to deploy RESTful Web Service onto IIS
- by Chris Lee
Hi all,
I'm new to .Net and IIS. I've created a simple RESTful Web Service in VS2008 and .net 3.5 framework using WCF. I've tested it well with F5 debugging in VS(seems it is auto deployed on Windows Service). Now I want to deploy it on my IIS server so that I can use it remotely.
But I cannot find any guide for this. I manually deployed my service…