mina shaker
when i read about the WebApplication app = builder.Build() : it is create new instacnce of the WebApplication class that converts all of the application setup from the builder into an executable application instance dose that means that it careates the exe file for the webapplication
to run asp.net project in apache server, u have to either use mod_aspdotnet
http://weblogs.asp.net/israelio/archive/2005/09/11/424852.aspx
or mono project
http://www.mono-project.com/ASP.NET
hope this helps...