There is a new compiler directive in ASP.NET 2.0 that allows you to tell the compiler not to compile a specific page.  This is useful on pages that are completely static that do not have any code on them.  To set this, simply add CompilationMode="Static"  to the pages compiler directive.  Youc an also set this to Auto to have the page compile as needed.

Read the complete post at http://www.dotnettipoftheday.com/blog.aspx?id=137