1. Create an IIS Application as below3d
2. In the physical path, there're 2 files and 1 App_Code foldercode
a. App_code contains the WCF Service contract and class implementing the contractblog
b. service.svc contains code hosts the service it
c. Web.config configure the service endpoints exposed to clientsio
3. Make sure items below is enabled for your computerclass
a. IIScli
b. WCF HTTP Activationsed
4. Go to http://localhost/IISHostedCalc/service.svc, we can see the service is created.file