IIS provides a robust hosting environment that you can use to host your WCF services, although IIS limits you to the HTTP protocol. You can create an IIS host project for your WCF service by using the WCF Service Application project template in Visual Studio 2008. No additional hosting code is required.
read more