Precompiling ASP.NET
With this assembly you can easily achieve to precompile your whole ASP.NET web applications - including .aspx, .asmx, .ascx and .ashx files - without having to manually touch every single resource.
[Christian Weyer: Web Services & .NET]
This is a nice solution: use the Init method of an HttpModule to precompile everything on app startup.