ASP.NET Ahead of Time Compilation

mLaquMoonr

New Member
Does .NET natively support Ahead of Time Compilation? I see that Mono has done this to avoid JITing issues on other platforms (IPhone for example), and was wondering if its possible to build dll's to native code and run those in IIS. For dev, I would really like to be able to flip a switch on VS and IIS, so I only have to wait once for compilation instead of compile wait, JIT wait.
 
Back
Top