show/hide this revision's text 2 changed http to https. With http the jsdebug does load.

I have a WCF service that gets called from client side JavaScript. The call fails with a Service is null JavaScript error. WebDevelopment helper trace shows that the calls to load the jsdebug support file results in a 404 (file not found) error.

Restarting IIS or clearing out the Temp ASP.Net files or setting batch="false" on the compilation tag in web.config does not resolve the problem

From the browser

http://Myserver/MyApp/Services/MyService.svc

https://Myserver/MyApp/Services/MyService.svc displays the service metadata

however

http://Myserver/MyApp/Services/MyService.svc/jsdebug

https://Myserver/MyApp/Services/MyService.svc/jsdebug results in a 404.

The issue seems to be with the https protocol. With http /jsdebug downloads the supporting JS file.

Any ideas?

TIA

show/hide this revision's text 1

WCF Service support file jsdebug fails to load

I have a WCF service that gets called from client side JavaScript. The call fails with a Service is null JavaScript error. WebDevelopment helper trace shows that the calls to load the jsdebug support file results in a 404 (file not found) error.

Restarting IIS or clearing out the Temp ASP.Net files or setting batch="false" on the compilation tag in web.config does not resolve the problem

From the browser

http://Myserver/MyApp/Services/MyService.svc displays the service metadata

however

http://Myserver/MyApp/Services/MyService.svc/jsdebug results in a 404.

Any ideas?

TIA