I wonder if an aspnet (framework4.5) site startups faster if I use compiled dlls instead of using class files in app_code folder ? (I need fast startup times. I miss old asp times)
logically framework compiles all aspnet site. if I extract class files under app_code folder and compile them as a dll, like separate project, JIT compiler should spent less time.
is that correct ? any ideas ?
logically framework compiles all aspnet site. if I extract class files under app_code folder and compile them as a dll, like separate project, JIT compiler should spent less time.
is that correct ? any ideas ?
Comment