ASP.NET MVC routing issue?
问题 I keep getting errors like this after my pages are done refreshing. The controller for path '/S43G/S4_Manager/WebResource.axd' could not be found or it does not implement IController. but I get the error for any file that does not exist on my hard drive. regardless of extension (.png, .css, etc) I've tried all of the following to fix it, and I'm stumped. routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); routes.IgnoreRoute( "{resource}.axd" ); routes.IgnoreRoute( "WebResource.axd" ); routes