Showing posts with label WebService. Show all posts
Showing posts with label WebService. Show all posts

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>


Git Commands

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