ASP.NET


WCF .SVC File Gives A 404 Error?
Windows Servers with WebSitePanel have WCF service installed by default. If visiting an SVC file gives a 404 error, it is most likely because the handler mappings for svc have been removed from your site somehow. To fix this, simply add the svc handlers to your web.config. The handlers described are below. Underneath them is an example of adding a managed handler(these would go into the <handlers> section of the web.config responsible for your application), if you need assisetance with writing the handler mappings many resources exist online as its a standard addition: