Able to create Controller and Views on my ASP.NET MVC app.
When I start the application each time I have to type /index.
I read through posts which suggests to use routes.MapRoute(..
But my Global.asax file does not contain route directly.
Do I need to use RouteTable.Routes.MapRoute(..
instead.