Asp.Net 2.0: Precompilation and Deployment
Scott Allen posted an article on Precompilation In ASP.NET 2.0. The new precompilation and deployment model is discussed from different points of view exploring the benefits and caveats around it.
"Although performance is often touted as a benefit of pre-compilation, I tend to think of pre-compilation as a safety feature. Safety in knowing all of the code in a web application compiles without an error, and safety in keeping your source code out of a shared host environment."
Enjoy
Update: this article talks about Asp.Net beta 2.
Friday, June 24, 2005 3:00 PM