Written
June 29, 2012
I have worked with WCF services in the past but this one is structured differently that the ones I have created...there are no .svc files, until the service is published.
I am having difficulty connecting to the service when trying to add it as a Service Reference to the WebSharingApp Demo. (I am trying to replicate the way my final project will be structured so, I want to seperate the projects from one another and reference them like I will my final project).
I have published the WebSyncContract project to c:\Inetpub\wwwroot\TestingService, and I would expect the connection string to be something like http://localhost/TestingService/SqlWebSyncService.svc or http://localhost/TestingService/WebSyncContract.SqlWebSyncService.svc but, neither of these is working.
I don't know if this is an actively monitored project any more but, can you advise?
Thanks for whatever deployment advice you can give.