我使用C#,.NET Framework 4.0和Visual Studio 2010开发了WCF Restful服务。
在Visual Studio 2010上,我右键单击了WCF项目,然后选择Publish...
。在Publish web
对话框中,我选择了File system
作为publish method
。
此WCF服务在我的IIS 7上运行完美,运行在Windows 7 Ultimate 64位上。
我已按照此tutorial将其发布到在Windows Server 2012上运行的IIS8上。
但是,当我访问网址http://localhost/MyService.svc/users
时,我收到了404 NOT FOUND错误。
此错误页面显示它正在尝试访问未找到的物理路径D:\IIS\MyProject\MyService.svc\users
。
如何启用我的WCF服务?