I'm going blind, and a bit crazy over what should have been a quite easy task.
Trying to add a custom WebApi to my Dynamicweb 9.13.4 solution, but it just wont work..
This is what I got. The source code is attached.
WebApiEnabler.cs
Controllers/GeneralController.cs
This just show a 404 if I try to open the page.
Also, no message is being logged through the LogManager.
However, if I comment out everything in GeneralController.cs I do get log messages in the event viewer.
Looks like the notification subscriber is not been hit whenever I use my controller code.
What am I missing?!