If I have a resource request in my ASP.NET MVC1 (or 2) web application for a static resource, say ... image or javascript file or css file ... does the .NET framework try and see if the request matches the list routes ... and as a result cannot find the controller for it?
eg.
Resource: /Content/Images/Foo.png
Does this request go through the list of routes .. can not match any controllers / actions with this request, and then try this path directly?
asp.net-mvc static-resource routing
Pure.Krome
source share