I’m on Windows 7 Ultimate x64 IIS 7.5
I have deployed the services to the web server and when I try them in IE like this: MyService.svc?wsdl I get the 400 "Bad Request" page
I should get the description of the web service instead, anybody knows how to fix this ?
You might need to do the following on the server:
followed by
This should register the .SVC extension as a WCF service, if not already registered.