asmx
request format is unrecognized for url unexpectedly ending in
A
Desh-Duniya Team
Author
Add below code in web.config file<configuration>
<system.web>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>
</configuration>