webserver 发布问题

1:web.config

 <system.web>
    <compilation debug="true" targetFramework="4.0"/>
    <webServices>
      <protocols>
        <add name="HttpSoap"/>
        <add name="HttpPost"/>
        <add name="HttpGet"/>
        <add name="Documentation"/>
      </protocols>
    </webServices>
     </system.web>
posted @ 2015-08-11 10:34  Pavilion  阅读(181)  评论(0编辑  收藏  举报