[Mono-bugs] [Bug 433125] New: Error in web.config is reported as error in machine. config

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 7 12:47:28 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=433125


           Summary: Error in web.config is reported as error in
                    machine.config
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: gonzalo at novell.com
        ReportedBy: gonzalo at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Put a web.config file like the following (notice the missing '/' in the closing
system.web tag) and you'll get an error saying that line 7 in machine.config is
wrong:
<configuration>
   <system.web>
      <trace enabled="true"
         requestLimit="20"
         pageOutput="true"
         localOnly="true" />
   <system.web>
</configuration>


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list