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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
