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

Robert Jordan robertj at gmx.net
Fri Oct 27 03:28:26 EDT 2006


Jurek Bartuszek wrote:
> Hi there,
> 
> I'm trying to configure mod_mono.conf so that mod_mono spawns a
> mod-mono-server2.exe to handle ASP.NET applications. Therefore I've
> added the line below:
> 
> MonoServerPath "/usr/lib/xsp/2.0/mod-mono-server2.exe"
> 
> However, this causes _both_ mod-mono-server.exe and mod-mono-server2.exe
> to be started:
> 
> apache   15676  7.1  0.6  17540  6396 ?        Ssl  02:55   0:00
> /usr/lib/pkgconfig/../../bin/mono
> /usr/lib/pkgconfig/../../lib/xsp/1.0/mod-mono-server.exe --filename
> /tmp/mod_mono_server_global --nonstop --master
> apache   15699 10.6  0.8  19688  8352 ?        Ssl  02:55   0:00
> /usr/lib/pkgconfig/../../bin/mono /usr/lib/xsp/2.0/mod-mono-server2.exe
> --filename /tmp/mod_mono_server_default --applications
> /mono:/usr/lib/xsp/test --nonstop
> 
> This of course causes server internal errors. Any ideas how to stop the
> unwanted server?

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.

Robert



More information about the Mono-list mailing list