I have an existing ASP .NET MVC application and I would like to ignore a specific folder within it (where I intend to put PHP scripts).
I have tried adding an ignore
The IgnoreRoute you have provided looks fine. I tested it with Phil Haack's Route Debugger found here It's probably a typo, but did you add this to global.aspx.cs or global.asax.cs