I have embeded a WCF service in a VS2010 project. The service simply gets the distinct city names from a table in our Sql Server 2008 SDE database. The project runs fine when running in the VS debugger. When I publish the application to our webserver, the services fail. What do I need to do to troubleshoot this? Should I create WCF services on the webserver independent of the project?
Thanks,
Robert