User-68064595 posted
Hi,
I have a big webapp that use codebehind but that takes about 30 minutes to be full compiled by aspnet_compiler because of the number of dll, web pages and web controls.
I thought to run aspnet_compiler on my build machine and distribute a package the web app already compiled so into the end user web server it need only to jit.
The problem is that inside the *.compiled file is stored the virtual path of my server that can be different from the end user path.
I'm missing something? There's no way to distribute an already compiled app or to speed up the compile time?