If you simply open the web config file and add the following, you will be able to access the test form outside of the localhost:
<configuration>
<system.web>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>
</configuration>
- Share This Post:
- Short Url: http://wblo.gs/Fyv
posted on Monday, November 28, 2005 1:57 PM