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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to