asmx

request format is unrecognized for url unexpectedly ending in

A
Desh-Duniya Team Author
| Published May 04, 2022
Add below code in web.config file<configuration>
  <system.web>
    <webServices>
      <protocols>
        <add name="HttpGet"/>
        <add name="HttpPost"/>
      </protocols>
    </webServices>
  </system.web>
</configuration>

Discussion (0)

Please sign in to participate in the discussion.
No comments yet. Be the first to join the conversation!