[Mono-bugs] [Bug 77988][Nor] New - xhtmlConformance config section in web.config error

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Apr 2 11:18:43 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by joe_audette at yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77988

--- shadow/77988	2006-04-02 11:18:43.000000000 -0400
+++ shadow/77988.tmp.31545	2006-04-02 11:18:43.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 77988
+Product: Mono: Class Libraries
+Version: 1.1
+OS: SUSE 9.2
+OS Details: actually Suse 10 but that isn't in the dropdown
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: joe_audette at yahoo.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: xhtmlConformance config section in web.config error
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Using xsp2 and the 2.0 profile, an error is raised by having a
+xhtmlConformance section in the web.config file
+On windows I can add this under the sysetem.web section:
+<xhtmlConformance mode="Strict" />
+to enforce xhtml rendering while the presence of this element raises an
+error on mono.
+
+Steps to reproduce the problem:
+1. Setup a web using xsp2
+2. add <xhtmlConformance mode="Strict" /> beneath system.web in the
+web.config file
+3. 
+
+Actual Results:
+System.Configuration.ConfigurationErrorsException: Unrecognized
+configuration section <xhtmlConformance>
+
+Expected Results:
+At minimum it should not raise an error. Ideally it should enforce xhtml
+rendering when set to strict.
+
+How often does this happen? 
+Every time.
+
+Additional Information:


More information about the mono-bugs mailing list