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>
时间: 2024-11-17 01:56:55