1 IIS注册WCF
以管理员身份运行命令行: "C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe" -r -y

2 问题:无法找到 ServiceHost 指令中作为服务属性值提供的类型
将网站转换为应用程序

3 无法识别的属性“targetFramework”。请注意属性名称区分大小写。
在IIS:应用程序池 中配制.NET Framerwork版本为4.0

4 处理程序“svc-Integrated”在其模块列表中有一个错误模块“ManagedPipelineHandler”

需要重新将asp.net4.0注册到IIS上:以管理员身份运行VS2010的命令提示工具,输入:aspnet_regiis.exe -i

相关文章:

  • 2022-12-23
  • 2021-08-18
  • 2021-09-10
  • 2021-11-05
猜你喜欢
  • 2022-01-08
  • 2021-09-15
  • 2021-04-28
  • 2021-09-14
  • 2022-12-23
  • 2022-02-09
相关资源
相似解决方案