开发者

turn off web service test page on localhost

Ho开发者_如何学Cw can I turn off the HTTP POST test page that is created automatically for web services?

I'd prefer that it not come up if someone enters the .asmx path.


<webServices> 
  <protocols>
    <remove name="HttpGet"/>
    <remove name="HttpPost"/>
    <remove name="HttpPostLocalhost"/>
  </protocols>
</webServices>

This should do it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜