So I created a basic WCF Web Service, with one Operation Contract and a Data Contract, all built ok. However after deploy to my test web server, an attempt to download the WSDL it redirects me to the main service screen or “You have created a service”, nothing shows up in error messages or event logs, Fiddler reports nothing and while I can attach to the web service ok via remote debugging, no errors show up in code. What are some other easy checks to see what is going on? This is C# on the .NET 3.5 framework.
Share
Figured it out, for some reason the code behind in the markup for the service was not set to the proper class. Fixed.