I have a WCF service page running only WebGets/WebInvokes over SSL - it works fine on my local machine (self signed cert). On production, however, I can reach service.svc (a
As you mentioned you can access your service by .svc extension service.svc
but not in REST format service.svc/AnyRequest
, the problem must be in routing integration.
add this to your web.config
In the IIS 6 The cause of this error must be Check that file exists
setting of svc extention, make sure "Check that file exists is unchecked". For more information see IIS Hosted Service Fails.