A routing workaround for ASP.NET MVC that will serve the favicon.ico file from the top-level URL even though it is stored in the content directory.
Category Archives: ASP.NET MVC
ASP.NET MVC1 Areas
Posted by Robert Hollencamp on 07/30/2010
5 comments
Areas are a new feature of ASP.NET MVC2 that allow you to efficiently organize large projects. You can easily achieve the same effect in ASP.NET MVC 1 as shown in this example.
Recent Comments