WebFormViewEngine Path Defaults Seem Broken
This post is about 60% fact and 40% opinion. Not a bad ratio. I’ve been working a lot in ASP.NET MVC lately building up a set of classes to be reused across multiple sites in the near future. A few of these legos are small view classes that inherit from WebFormViewEngine. They all do small things, like adding additional file search paths, loading views from resources and fetching views from remote storage. Since you can stack view engines in ViewEngines.Engines, you can add and number of these engines together to get the functionality you want on a site per site … Continue Reading