Category Archives: Api Controllers 2.0

404 Web Api Controller Path / Route not found in .Net Website


  When adding a Api 2.0 controller to your web forms project on staging or a local server all might work fine, but when moving it to a production server you might get the error that your api controller path/route … Continue reading

Posted in Api Controllers 2.0, C# | Tagged , , , , , | Leave a comment

Add Web Api controller 2.0 to old asp.net website project


To add an Web Api 2.0 controller to your old asp.net forms website project do the following steps First right click on yr website, and select add new item, and choose “Web Api Controller Class” and name it for example … Continue reading

Posted in Api Controllers 2.0 | Tagged , , , , , , , , | Leave a comment