I want to allow the end-users of my web application to modify views (via web based back office), stored in the database. The desired view engine is expected to be code-injection safe, meaning that the end-user will be limited to the absolute minimum number of expressions available, no server code inserts are allowed.
Is any suitable view engine available to download?
!{SERVER_CODE_THAT_CAN_DO_ANYTHING_UNSECURE}
) So, here I have the security hole right at my web server. – leonard Mar 31 '10 at 19:58