I just got this strange problem when I run locally and if I click on a link that takes me to controller X it works but after publishing it to windows azure I get this error when clicking the same link:
An error occurred when trying to create a controller of type 'Prodject.Controllers.ControllerX'. Make sure that the controller has a parameterless public constructor.
Same goes for all other links that takes me to that specific controller any ideas?
Not sure how much more info I can give since this is the only information I think I can get a hold off.
And no it's not an API controller
Thank you for reading my post and taking your time to help me out!