2
Answers

dose the ` WebApplication app = builder.Build()` create the exe file?

Photo of mina shaker

mina shaker

Sep 09
379
1

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

Answers (2)

0
Photo of Hemant Kumar
NA 2.3k 494.6k 13y

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...