When I run SubSonic, it put both the classes and their controller classes in the same folder. How do I make SubSonice to separate the automatically generated files into these two folders (Store\Controllers\Generated and Store\Models\Generated)? Currently I have to cut and paste the controller classes manually.
Thanks in advance!