Chapter 3. ASP.NET Compilation Models

IN THIS CHAPTER

ASP.NET Compilation

Automating aspnet_compiler.exe in Visual Web Developer Express Edition

ASP.NET Compilation

In the previous chapter, I covered the basics of ASP.NET code models. In this chapter, we’ll discuss the details of how ASP.NET applications are compiled. This information is not vital to your success as an ASP.NET developer, but having an understanding of the architecture of your development environment always makes you a better developer.

ASP.NET is nothing like the legacy ASP with which many developers are familiar. You develop ASP pages by using VBScript or JScript, and they are interpreted, meaning that they are executed just as they are written, directly from the page. ASP.NET ...

Get The Microsoft Expression Web Developer's Guide to ASP.NET 3.5: Learn to create ASP.NET applications using Visual Web Developer 2008 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.