I'm building a website, it allow user edit their website template, so i need a template engine for asp.net web form (im using C#). I'm worry about security problem, about user can write some c# code. So any template engine recommended?
A:
i am not sure but perhaps DotNetNuke can be used. http://www.dotnetnuke.com/
Murre
2009-10-22 09:06:07
A:
Try http://ndjango.org - which is based from Django template - it supports almost all Django template functionality.
http://www.stringtemplate.org/ is also useful although it is very very strict.
DodyG
2009-11-17 16:22:16