Configure IIS7.5 to allow calls to asmx web services.
- by goodeye
Hi,
I migrated a site from IIS6 to Windows Server 2008 R2 IIS7.5. It has an asmx web service, which is working fine locally, but returns this 500 error when called from another machine:
Request format is unrecognized for URL
unexpectedly ending in /myMethodName
The solution in previous versions is to add this to the web.config for the…