I really like Spark, but we\'ve already got a big investment in webforms based views. I\'d like to start using Spark without having to convert all my existing views up front.
You could use your existing master pages with a very simple .aspx page which simply calls Html.RenderPartial("MySparkView") to get you spark content inside your existing master pages.