HTTP Error 404.17 - Not Found

前端 未结 9 533
-上瘾入骨i
-上瘾入骨i 2021-01-30 10:45

IN VS 2008 i can run .svc but on production IIS 7 i can\'t. I get this error. i am using x64 win.

I run

C:\\Windows\\Microsoft.NET\\Framework\\v2.5.0.303         


        
9条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-30 11:02

    WCF mapping are not registered with IIS.

    Navigate to C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation and execute servicemodelreg -i to install them manually

提交回复
热议问题