Alternate View Folders in ASP.NET MVC
Stephen Walther recently posted a tip on how to load an ASP.NET MVC View from a folder other than Views\{controller}\ or Shared. He notes that it’s possible to hardcode the path to a View in your Controller action. He also states that you should not do this:
Now, I want to be the first to warn [...]