I ran across a situation at work where we have some .aspx's that failed to compile, and we didn't have any kind of warning for it in Cruise Control. I found a great fix for the problem in one of JP's blogs. http://blog.jpboodhoo.com/A... That will warn you about errors compiling the aspx file, so you don't have to wait until runtime to find them! Woohoo! Edit: Here's the script I used for a 3.5 application. The Tool resolve doesn't work right if the target is 3.5: ......