[Mono-list] ASP.net 2 on Mono does not work...
    Robert Jordan 
    robertj at gmx.net
       
    Thu Aug 31 06:18:17 EDT 2006
    
    
  
Stefano Romagnoli wrote:
> 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
The MonoExecutablePath is wrong. It should be
MonoExecutablePath /usr/bin/mono
Or simply delete the line, because it's redundant.
Robert
    
    
More information about the Mono-list
mailing list