By mswatcher
via odetocode.com
Published: Feb 20 2008 / 00:12
In this article we will explore the benefits and caveats around pre-compilation and the new aspnet_compiler tool.When the first request arrives at your web application there is a mind-numbing amount of work to do. The worker process starts, the runtime initializes, ASPX pages are parsed and compiled to intermediate language, methods are just-in-time compiled to native code - and the list goes on and on.
SaveShareSend
Tags: .net, web design
Add your comment