Asp.net application takes an eternity to start as it tries to copy compiled binaries to:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
As I visit additional pages, IIS caches additional dlls.
How can I get IIS to cache all dlls, for all pages immediately on the first hit to the initial page?