[Mono-list] RE: mod_mono blank page
   
    Gonzalo Paniagua Javier
     
    gonzalo@ximian.com
       
    Fri, 29 Aug 2003 22:57:57 +0200
    
    
  
El vie, 29-08-2003 a las 21:28, Mario Alberto Chavez escribió:
> Hi;
> I found in FAQ.txt the solution, which ask to comment the authentication 
> section in machine.conf, I did and restarted the apache, and now it shows a 
> application error page with the following message:
> Error in '/mono' Application
> Error
> Description: Error processing request.
> 
> Error Message:
> 
> Stack Trace:
> 
> System.Xml.XmlException: comments cannot contain '--' Line 84, position 10.
Go to that line in machine.config. It's the stuff you just comented out.
See that it contains another <!-- inside... And fix that (ie, don't nest
comments or remove all those lines).
-Gonzalo