Need help configuring Web Api with the new site

Discussion in 'General troubleshooting' started by whatfutureholds, Sep 30, 2015.

  1. Hello,
    I have a project (.NET 4.5x) that consists of an MVC folder and a separate Web API project in an API folder.

    I have created an entry point for the API

    [​IMG]

    My route is configured in the api to be : api/ControllerName/ActionName per convention.

    But I am getting a 404 error, not found.

    What am I missing here?
     
  2. Elshadriel and Michael like this.

Share This Page