---
title: "What is the significance of ASP.NET routing?"  
description: "What is the significance of ASP.NET routing?"  
author: "Anonymous User"  
published: 2012-05-19  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1463/what-is-the-significance-of-asp-dot-net-routing  
category: "asp.net mvc"  
tags: ["asp.net mvc"]  
reading_time: 1 minute  

---

# What is the significance of ASP.NET routing?

**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.

## Answers

### Answer by Anonymous User

**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.


---

Original Source: https://www.mindstick.com/interview/1463/what-is-the-significance-of-asp-dot-net-routing

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
