人生是一场不能存盘的RPG,我只能尽量多搞几个Screenshot

August 15, 2006

Access WebService with IE

Filed under: Web Service

INFO: HTTP GET and HTTP POST Are Disabled by Default
http://support.microsoft.com/default.aspx?scid=kb;en-us;819267

We need add following stuff into the web config
<configuration>
<system.web>
<webServices>
<protocols>
<add name=”HttpGet”/>
<add name=”HttpPost”/>
</protocols>
</webServices>
</system.web>
</configuration>






















Get free blog up and running in minutes with Blogsome
Theme designed by Hadley Wickham