webforms-view-engine

sparkviewengine alternative for WebForms project

I like the html dominated structure of the sparkviewengine very much. Is there a version of it for WebForms projects? I want to use it for generating presentation only html (I mean, the output will not contain any html input controls). Or can you recommend an alternative? VS.Net 2010 Framework 4.0 thanks for your time ...

Exceptions thrown from Spark views don't get redirected to shared error view

My Setup: Asp.Net MVC 2, SparkViewEngine w/ WebFormsViewEngine Problem: I have the following spark view: <content name="title"> Home Page </content> <h2>Home Page</h2> <p> lalalalalalalalalalala. </p> #throw new NotImplementedException(); When this page loads I get a YSOD instead of my default shared Error view. Views th...