Our
blog has the latest information and newsCreating a Classic ASP consumer in our new CMS
Posted on 4/16/2009
This article is an excerpt from our full article on our ASP.NET MVC rewrite
We recently rebuilt our Classic ASP content management system using ASP.NET MVC. One of our biggest challenges the amount of time and money we had in relation to the amount of Classic ASP functionality that needed to be migrated. Converting all that Classic ASP code was literally impossible with the time and money we had. Our strategy was to convert as much as we could but then we thought it would be nice if we had a way to consume or "suck in" Classic ASP pages into the ASP.NET master page templates. This article describes how we did that
Brick River has an extensive base of existing Classic ASP code. This needed to be presentable using the new framework without requiring a complete rewrite. At the same time, changes to Master pages and page views should be reflected in the classic ASP sections of the site.

The processing of classic ASP code using the framework happens as follows.
This method will allow us to gradually move the application to ASP.NET MVC over time.