guys, I got one problem, I thought it would be more quickly for first visit after pre-compiling my web app, but it turn out this page is loaded over 2 seconds, the second visit only using 300 milli-seconds, the command used is:
aspnet_compiler -v /targetweb -p C:\sourceweb C:\targetweb
targetweb is virtual dir in iis5.1, so where I did wrong, or how could i promote the first-visit time? thank you very much.