HTTP Error 404.17 - Not Found

前端 未结 9 640
-上瘾入骨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:27

    Have just been battling with a BizTalk WCF service deployed on Windows Server 2012 IIS. And after testing Everything else, something else shot to mind, Application pools. IF the application pool is set to Classic mode you need to have your httpHandlers under Control, they need to be defined for all file types you intend to use. If you run the application in Integrated mode, IIS will take care of this just fine. Might be good for someone who finds themselves here after googling. :)

提交回复
热议问题