2013-11-04 104 views
2

我已經開發與C#中的WCF RESTful服務,.NET框架4.0和Visual Studio 2010中如何使用Visual Studio 2010在IIS 8.0中部署WCF Web服務?

在Visual Studio 2010中,我有沒有右鍵單擊WCF項目,並選擇Publish...。在Publish web對話框中,我選擇了File system作爲publish method

這個WCF服務在我的IIS 7上完美運行,運行在Windows 7 Ultimate 64位上。

我跟了這tutorial發佈至一個IIS8,在Windows Server 2012

但是,上運行時,我訪問的URL http://localhost/MyService.svc/users我得到一個404 NOT FOUND錯誤。

此錯誤頁面顯示它正在嘗試訪問未找到的物理路徑D:\IIS\MyProject\MyService.svc\users

我需要做些什麼來啓用我的WCF服務?

回答