What is the significance of ASP.NET routing?

Submitted by: Administrator
ASP.NET MVC uses ASP.NET routing, to map incoming browser requests to controller action methods. ASP.NET Routing makes use of route table. Route table is created when your web application first starts. The route table is present in the Global.asax file.
Submitted by: Administrator

Read Online Model View Controller (MVC) Job Interview Questions And Answers