ASP.NET MVC Catch All

Posted by rkrauter on Stack Overflow See other posts from Stack Overflow or by rkrauter
Published on 2010-04-25T16:37:53Z Indexed on 2010/04/25 16:43 UTC
Read the original article Hit count: 311

The ignore route is defined like this:

routes.IgnoreRoute("{resource}.axd/{*pathInfo}");

Why not

routes.IgnoreRoute("{resource}.axd/{*}");

What is the significance of pathInfo?

Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc-2