I am working on ASP.net MVC codefirst application, I deployed 2 weeks before to live server it was working fine, after that I have made changes, in DB controllers view etc but not in routing and any Global.asax deployed again today now getting this error
The IControllerFactory 'System.Web.Mvc.DefaultControllerFactory' did not return a controller for the name 'Home'.
dont know how to trace the issue
on local development server it is working fine
I solved this problem
Actually there was issue with DB Connectionstring