Scripting ASP.NET MVC Views Stored In The Database
Posted by: youve been HAACKED,
on 23 Apr 2009 |
View original | Bookmarked: 0 time(s)
Say youre building a web application and you want, against your better judgment perhaps, to allow end users to easily customize the look and feel a comment scenario within a blog engine or any hosted application. With ASP.NET, view code tends to be some complex declarative markup stuck in a file on disk which gets compiled by ASP.NET into an assembly. Most system administrators would first pluck out their own toenail rather than allow an end user permission to modify such files. Its possible to...