It is very time consuming that you have to build
the whole Epi project every time you do a change
in the code. Is it possible to do something which
do it possible to build one ascx or one aspx at
a time. Then you don't have to build the hole
project.
You can, if you will put every template in it's own class library and have buildscripts copying the files to you mainproject (like we do in the EPiCode modules). You will get a dll for each pagetype.
I guess it's easier to be more restrictive on when you compile, and use IIS instead of the builtin webserver in VS 2005.
/Øyvind