[Mono-devel-list] ConnectError while using XSP/mod-mono

Mike McKay mike at vdomck.org
Mon Sep 6 09:34:24 EDT 2004


All of the sudden my mod-mono installation stopped working, and now I 
can't even get xsp to work. I have a really simple asmx in it's own 
directory:

<%@ WebService language="C#" class="HelloWorld" %>
using System;
using System.Web.Services;
[WebService]
public class HelloWorld {
   [WebMethod]
   public String PrintHelloWorld(){
     return "Hello World";
   }
}

Running it under xsp.exe, I get the really slick web services html 
interface, but when I try and use the test form I get:

The web service returned the following result:
Error: ConnectFailure

Are there any logs or debug info that can help me get to the bottom of 
this? Is this something non-mono related?

Thanks in advance

Mike McKay



More information about the Mono-devel-list mailing list