F# and C# Web Application template by Daniel Mohl that produces an empty ASP.NET MVC 3 solution (ASPX or Razor View Engine). Note: You need to have the April 2011 ASP.NET MVC Tools Update installed http://www.asp.net/mvc/mvc3.
It seems there's something wrong with the project this template generates for the Razor view engine. The context menu item to add a View isn't there, and when I use "Add New Item", VS doesn't show any of the usual MVC related templates in the list (like "MVC 3 View Page (Razor)"). Beyond manually copying & pasting the file, is there some other way to add a view that I'm missing?
Ah - found the answer elsewhere. Here's how to modify the project so the context menu item is displayed (and the templates go with it): http://ericphan.info/blog/2011/1/22/tip-enable-mvc-3-add-view-to-orchard-code-generated-module-p.html
Would be great if you could fix that in the template!