Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile only at deployment
Message
From
08/07/2002 01:48:50
Martin Van Krieken
Capgemini Nederland Bv
Utrecht, Netherlands
 
General information
Forum:
ASP.NET
Category:
Deployments
Miscellaneous
Thread ID:
00674848
Message ID:
00676015
Views:
16
Hi Kevin,

Thanks for your response. I will look into these topics.

Martin

>It is possible, by using a .NET utility NGEN.exe. However, NGEN is typically used to precompile assemblies on client machines rather than applications that run server-side such as ASP.NET apps. Since .NET caches the compiled code for subsequent calls, it's only the first hit that produces the JIT compilation--subsequent hits run the cached code.
>
>For more information, see the .NET help topic "Native Image Generator (Ngen.exe)" for details. Another interesting .NET help topic is "Walkthrough: Using a Custom Action to Pre-Compile an Assembly During Installation".
>
>Regards,
Previous
Reply
Map
View

Click here to load this message in the networking platform