Use of ignore route in MVC
Hello All,I am new to MVC , someone please explain in detail the use of the below line in the method "RegisterRoutes" in Routing.
I know the basics like this line ignores anything that ends with an axd. Still why do we need this ??? any specific reason on this.
Line:routes.IgnoreRoute("{resource}.axd/{*pathInfo}");