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-01-27 21:52:52
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>