HTTP 404 error while invoking a local webservice in .NET MVC4
问题 I am trying to learn webservices in .NET mvc4. I tried creating a new Internet application and adding a Web service (asmx) to the project. By default, the VS adds a "HelloWorld" Webservice. When I try to run it in the browser, I do get the list of operations, service description(WSDL) and the details of the HellowWorld operation. However, when I try invoking the webservice, it gives the following error : Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The