Precompiling, unlike simple xcopy, gives you two main advantages:
The file system will not have all the code in the files .aspx, and all the code behind will be compiled into the assembly.
ASP.NET compilation start is missing the first time the page starts after the server starts.
Having said that, my knowledge of pre-compilation these days is a little rusty, the last time I touched it was back .
source
share