I have a scenario.
Developer choose Updatable precompilation for deployment that retained the markup in Web UI content pages but moves source vb/c# code to bin dlls. Production administrator wants to avoid the performance hit on the first request and wants to run in-place pre-compilation to forces all pages in the application to compile.
The problem is that aspnet_compiler fails to pre-compile “in-place”, reporting that the site is already pre-compiled.
I am looking for any workaround to ensure that the content of the “pre-compiled“ site is compiled before the actual user first hit.
It seems that there is no out-of-the box solution in ASP.Net 2.0 and only thrid-party workaround created for ASp.NEt 1./1.1 like pre-compile tool should be used.
posted @ Monday, March 13, 2006 6:05 AM