Very slow startup of ASP.NET applications
- by Conrad
I have an ASP.NET applications with quite small number of pages. The problem I see is that the startup time is quite slow. As far as I can tell, most of the time is spent in JIT. Pre-compiling the applications seem not very helpful in reducing the #methods JIT as reported thru PerfMon. Does anybody know what I can do to reduce the startup time further?
Is it true that there is no way to pre-jit an ASP.NET application using NGEN?