Moved my ASP.NET website to IIS 8 on windows server 2012… services missing: .svc files are viewable, but their methods give a 404
问题 I moved from IIS 6 on windows server 2003. I can browse to the .svc files . I get a nice standard "This is a Windows© Communication Foundation service" page if I go to http://example.com/Service.svc in a browser. But I can't browse to any of the methods - I get a 404 error if I go to http://example.com/Service.svc/Method?parameter=xyz in a browser. Has anyone seen anything like this? Any ideas or suggestions? I thought I might have a similar problem to this question: WCF on IIS8; *.svc