Any request to a non existent file or folder is throwing the following exception on my MVC project;
System.Web.HttpException: The controller for path ... could not be found or it does not implement IController
Important Edit:
I would like to handle this case so that this exception does not go into my Elmah logs.
Whatever I do inside global.asax Application_Error goes to Elmah logs