WCF services don’t run on IIS 8 with the default configuration, because the webserver doesn’t know, how to handle incoming requests targeting .svc files. You can teach it in two steps
Extension: .svc MIME type: application/octet-stream
Request path: *.svc Type: System.ServiceModel.Activation.HttpHandler Name: svc-Integrated
原文地址:http://www.cnblogs.com/smart-liu/p/3757067.html