What is routes.IgnoreRoute(\"{resource}.axd/{*pathInfo}\")
routes.IgnoreRoute(\"{resource}.axd/{*pathInfo}\")
I cannot find any .axd file in my project, can I remove this route rule?
Those are not files (they don't exist on disk) - they are just names under which some HTTP handlers are registered.