I am using routing with asp.net 4.0 and Telerik controls with routing. We are using too many editors and spell checkers of telerik controls. These controls require
Telerik.Web.UI.DialogHandler.aspx
Telerik.Web.UI.SpellCheckHandler.axd
These 2 files are calling from different locations.
I want to write a general syntax for
routes.Ignore("Telerik.Web.UI.DialogHandler.aspx");
Right now I am writing too many different paths in the Ignore string.
I want a general syntax for all paths which have "Telerik.Web.UI.DialogHandler.aspx". But HOW?????