摘要: Win7 和 IIS7 默认不支持WCF, 要使其支持WCF,需要执行如下操作: 1. 以管理员(Administrator)方式运行C:\Windows\System32\cmd.exe 2. 执行命令: "%windir%\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe" -r -y (其中windir需要替换为你的windows安装目录) 添加脚本映射即可WCF常见错误之密钥集不存在,The process must have access rights 阅读全文
posted @ 2011-07-14 14:28 sig556 阅读(1274) 评论(0) 推荐(1) 编辑