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>
上一篇:python函数的参数


下一篇:Django 源码小剖: Django ORM 查询管理器