之前未開發 ASP.NET 或是 Web Services
現在有個專案要將我的元件開發成Web Services
興沖沖的打開VS2010之後 熊熊發現 什麼!!! 怎麼沒有Web Services???
我在猜 Maybe 是新一代的WCF 已經整合了Web Services (不知道 沒查證~~)
所以就用WCF來試試吧
新增一個WCF網站專案之後 就來試試 結果當然是不行 解決辦法
1. 安裝WCF 讓IIS認識
(一定要用系統管理員身分打開)Visual Studio 2010 -> Visual Studio Tools -> Visual Studio Command Prompt
輸入 ServiceModelReg.exe –ia
2. 正確註冊安裝ASP.NET
同上 但是輸入aspnet_regiis.exe -i
3. 配置正確的Application Pool
WCF4 要配上 asp.net v4.0
0 意見:
張貼留言