首页 > 学院 > 开发设计 > 正文

禁止Asp.NetWebService的Test页面功能

2019-11-14 16:12:29
字体:
来源:转载
供稿:网友

只需要Web.Config里面添加:

<system.web>      <webServices>        <PRotocols>          <remove name="HttpGet"/>          <remove name="HttpPost"/>          <remove name="HttpPostLocalhost"/>        </protocols>      </webServices>

 

一般情况下<remove name="HttpGet"/> <remove name="HttpPost"/>是machine.config默认的,不需要添加


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表