last time when i debug our application who is written in mvc
i make a break-point on routing in globals.ascx.cs
i see that when my breakpoint goes to right routing. the page show in the browser but my breakpoint check all other routing who is written down in the globals.ascx.
after it when i refresh the browser routing is work but breakpoint is not debug.
means how url-routing is work in asp.net MVC
Are i am right to say "When you request the server all url routing is loaded in the cache and if you request again then he load from cache."