It has been a while since I’ve written any ASP web applications. I had a burst of quite a few small ones a while ago. To get the applications out faster, and reuse common bits, I wrote a simple MVC style framework (I wrote one because I couldn’t find an existing one for ASP).
I released the framework under the GPL because I wanted to make sure if anyone improved upon it I could get those changes, but like I said, I haven’t done any ASP work for quite a while so I am not worried about it anymore.
I just got a comment on that framework release post that implies the GPL is too restrictive (ah, the “virus license” thing). Since most places that would use an ASP framework are probably running Microsoft stuff (which often means anti-GPL), and since I haven’t been doing anything with the framework, I’ve decided to release it into the Public Domain.
If you don’t know, that means you can do whatever you like with the code. You don’t have to give credit or conform to any license at all. It’s yours for the taking.
I put a couple of extra classes in there - a form to CSV saving class and a mail wrapping class. You can download the code here and you can read how the framework works on the original release page.
Hi, I’d read your work and build another Classic ASP framework based in some of your great ideas! Take a look at: http://zend.lojcomm.com.br/goodies/asp-xtreme-evolution/