What is the significance of ASP.NET routing?
Ask by Anonymous User
Updated 20 Sep 2020
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.