By default all incoming calls go to the home controller. but what I'm trying to do is type in a different controller and go there. MVC4
www.mywebsite.com this will go to the home controller.
www.mywebsite.com/test this needs to go to the test controller but for me its not going, it just says there was a internal server error.
I dont know to look, the routing is simple so I dont think I need to add it to the rout mapping class. I've tried using actionlink as well but I get the same error.