"The test form is only available for requests from the local machine"
27-03-2006 03:06
к комментариям - к полной версии
- понравилось!
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>
<webservices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webservices>
</configuration>
вверх^
к полной версии
понравилось!
в evernote