[求助]怎么在配置文件中启用soap1.1
自己在做了个简单的.asmx文件,访问的时候出现两个问题:
1.此 Web 服务不符合 WS-I Basic Profile v1.1,建议解决如下
<configuration>
<system.web>
<webServices>
<conformanceWarnings>
<remove name='BasicProfile1_1'/>
</conformanceWarnings>
</webServices>
</system.web>
</configuration>
2.找不到 SOAP 1.1 绑定,建议更改应用程序或站点根目录中 web.config 文件的配置设置,以便为 Web 服务启用 SOAP 1.1 协议。
问题是在配置文件怎么启用soap1.1