I’ve updated my ASP.NET Compiler Utility to take advantage of the ASPNET_MERGE.EXE utility that’s part of the Visual Studio Deployment projects so you can now merge the compiler output into a single assembly or one assembly per directory. The merge utility provides for repeatable compiles and this tool can now take advantage of it.

 

 

While the Web Deployment projects tool mitigates some of the need for this tool and even adds a few additional features like the ability to override web.config settings, it still is handy for compiling Web applications when Visual Studio is not present or if you are using Visual Web Developer (for which the Web Deployment Projects add-in doesn’t work).