[Mono-list] Hosting ASP.NET 2.0 applications by default

Robert Jordan robertj at gmx.net
Fri Oct 27 09:07:52 EDT 2006


Jurek Bartuszek wrote:
>> Of course? Nope. The first server is handling the AutoHosting feature:
>> http://mono-project.com/AutoHosting
>>
>>  From your previous posts, you seem to want to run ASP.NET 2.0
>> on Mono 1.1.13. This isn't a good idea, because ASP.NET 2.0
>> was far from being complete in this version.
> 
> Ok, thanks. And if I wanted to do this on 1.1.18? How would I setup
> mod_mono so that AutoHosting is handled by mod-mono-server2.exe?

AFAIK, you can't do that officially, but you could try one of this:

1) MonoServerPath XXGLOBAL /usr/bin/mod-mono-server2 (not sure it works)
2) edit mod_mono.h, change MODMONO_SERVER_PATH, recompile.

Notice that MonoServerPath's meaning has changed starting
with Mono 1.1.17:

http://mono-project.com/Mod_mono#Multiple_Applications.2C_Multiple_mod-mono-servers

section "Paths".

Robert



More information about the Mono-list mailing list