How do I add a .svc file in Visual Studio
In my experience, an SVC file is a WCF service – create a WCF application from the projects list and then do an “Add new item” and add a new WCF service. For it to do anything it will need the appropriate bindings and endpoints configuring and wiring up – before it can be called. … Read more