asp.net.net

Possible to Compile ASP.NET to Machine Code?


Is it possible to compile a ASP.NET web application to Machine language? If so, are there any performance benefits?


Solution

  • Yes you can: NGen.exe.

    Here is a Stackoverflow discussion on NGen and ASP.NET