I have created a WCF application (the one with .svc file). When I build this project, only bunch of DLLs are created but to be able to host it in IIS, I have to use publish option (right click the project and publish). This generates DLLs, copies app.config and .svc file. This bunch now can be hosted in IIS.I have created a WCF application (the one with