views:

233

answers:

1

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 ?

+2  A: 

You might need to do the following on the server:

cd c:\windows\Microsoft.Net\Framework\v3.0\Windows Communication Foundation\

followed by

ServiceModelReg -i

This should register the .SVC extension as a WCF service, if not already registered.

Guido Domenici
it didn't helped
Omu
your answer is good, the web.config for my services was messed up
Omu