Saturday, November 16, 2019

Request format is unrecognized for URL unexpectedly ending in '/'


Add the below code in the Web.config inside the system.web.


              <webServices>
                     <protocols>
                           <add name="HttpGet"/>
                           <add name="HttpPost"/>
                     </protocols>
              </webServices>


No comments:

Post a Comment

Git Commands

Git Version   To check the git version Git -v       Git Clone To clone the repository, use the following command: Git clone [u...