[Mono-list] ASP.net 2 on Mono does not work...

Stefano Romagnoli sromagnoli at cpiprogetti.it
Thu Aug 31 05:45:34 EDT 2006


hi all, this is my problem:

I've installed Mono+XSP2 and Apache 2 on Debian
and all seems to be ok, but i obtain the message
"Service Temporarily Unavailable" (error 503) when
I point my browser to "localhost/demo/index.aspx"
which is an ASP.net 2 example.

This is my httpd.conf:

LoadModule mono_module /usr/lib/apache2/modules/mod_mono.so
MonoExecutablePath /usr/lib/mono/2.0/monop.exe
MonoServerPath /usr/lib/xsp/2.0/mod-mono-server2.exe

#### 
Alias /demo "/usr/lib/xsp/test"
AddMonoApplications default "/demo:/usr/lib/xsp/test"

<Location /demo>
       SetHandler mono
</Location>

<Location /mono>
       SetHandler mono-ctrl
       Order deny,allow
       Deny from all
       Allow from 127.0.0.1
</Location>
####

and Apache's error.log file does not report errors.

Help me please!

Stefano



More information about the Mono-list mailing list