Model View Controller (MVC) Question:

Where are the routing rules defined in an asp.net MVC application?

Answer:

In Application_Start event in Global.asax

Read All 48 MVC Questions
Previous QuestionNext Question
What is the role of a controller in an MVC application?Name a few different return types of a controller action method?