Is it possible to compile a ASP.NET web application to Machine language? If so, are there any performance benefits?
Yes you can: NGen.exe.
Here is a Stackoverflow discussion on NGen and ASP.NET