I've published my WCF service using Visual Studio 2010 FTP option.

Now when I test it using localhost/MyService/MyService.svc it is throwing an error in IE:

HTTP Error 404.17 - Not FoundThe requested content appears to be script and will not be served by the static file handler.

What could be wrong if everything is set as default values?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Check if you have .NET Framework 3.5.1 Features installed.

link|improve this answer
Indeed I had to go to Windows features and turn on WCF! Also I run "%WINDIR%\Microsoft.Net\Framework\v3.5\WFServicesReg.exe" /c – Junior Mayhé Nov 6 '10 at 17:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.