NetTcpBinding In IIS7.0 ASP.NET v4.0

1.添加net.tcp协议

NetTcpBinding In IIS7.0 ASP.NET v4.0_第1张图片

2.在集成环境下,需要添加如下配置文件

 <system.webServer>
    <validation validateIntegratedModeConfiguration ="false"/>
  </system.webServer>

3.在服务上添加net.tcp协议,不然会报错

NetTcpBinding In IIS7.0 ASP.NET v4.0_第2张图片

你可能感兴趣的:(NetTcpBinding In IIS7.0 ASP.NET v4.0)