Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
ASP.NET Webservices "The test form is only available for requests from the local machine"
Posted
Comments
[no name] 23-Mar-12 3:57am    
What do you mean? What is the question..?
Sergey Alexandrovich Kryukov 23-Mar-12 4:08am    
Not a question. Not clear -- not enough information. Try to use "Improve question" above, will you?
--SA

Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

A very quick search using your subject as the search term gave nearly 2.5 million hits:
Google[^]

The top hit solves your problem: "The test form is only available for requests from the local machine"[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.
 
Share this answer
 
XML
<configuration>
    <system.web>
    <webServices>
        <protocols>
            <add name="HttpGet"/>
            <add name="HttpPost"/>
        </protocols>
    </webServices>
    </system.web>
</configuration>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900