EPiServer Default Controller to avoid dummy controllers
EPiServer MVC site often have controllers that do not have any logic and so they shouldn't even exist.
EPiServer have done great job to allow inheritance and covariance in controller selection. So you can set up your default controller which is used when you haven't created explicitly controller.…