For an ASP.Net MVC application, I\'m interested in storing some views and/or partial views in the database so that a few semi-technical users can do some basic view logic. D
Here you go. All that you need is to write a custom VirtualPathProvider and register it within the ASP.NET hosting environment. Works also with classic WebForms.