I am writting the WCF service for the first time and my team follows the practice to host the service in IIS using .SVC files. So far so good.
Now the kind of project I have is as following:
- A WCF project solution
- A client Solution with multiple projects
Now, as I saw in tutorial .SVC file is contained in a WCF website project which is add refers to the WCF service as a DLL Which makes a strong case for having this .svc file in WCF project. However, I wanted to make sure that I am thinking straight and I am following industry practices by adding hosting environment in the same solution where WCF project is contained. Any suggestions?