in

Dot Net Mafia

Group site for developer blogs dealing with (usually) .NET, SharePoint 2013, SharePoint 2010, Office 365, SharePoint Online, and other Microsoft products, as well as some discussion of general programming related concepts.

This Blog

Syndication

Archives

Corey Roth [MVP]

A SharePoint MVP bringing you the latest time saving tips for SharePoint 2013, SharePoint 2010, Office 365, SharePoint Online, MOSS 2007, ASP.NET, LINQ, and Visual Studio 2012.

No-Compilation Pages

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

2012 dotnetmafia.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems