WCF:Configure svc MIME type on IIS 7.0
时间:2010-09-25 来源:蛋黄酱男人
假如输入http://localhost/service.svc,返回error 404.3-Not found and the mime type not being configured correctly to be served。很有可能是因为VS之后安装或修改了IIS,就如同aspnet_regiis.exe一样。
解决方法就是执行以下命令:
C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe -i
What it did, it installed the necessary scriptmaps at the IIS metabase root and folders within.
相关阅读 更多 +