Invoking ASP.NET Web Services using a GET Request

To enable your .asmx webservices as GET requests, simply add the following to Web.config in the System.Web section. This will also fix the class of errors with this description: “Request format is unrecognized for URL unexpectedly ending in /MethodName”

Leave a Reply