[Mono-bugs] [Bug 58481][Nor] Changed - MONO Beta 1 Bug: Page Attribute Trace=False does not work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 04:45:43 -0400 (EDT)


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 davidandrewtaylor@hotmail.com.

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

--- shadow/58481	2004-05-14 01:59:04.000000000 -0400
+++ shadow/58481.tmp.3240	2004-05-14 04:45:43.000000000 -0400
@@ -46,6 +46,21 @@
 and the additional Trace information caused a web browser error (because 
 obviously well formed XML was no longer returned with the trace into at 
 the bottom of the page).
 
 ------- Additional Comments From gonzalo@ximian.com  2004-05-14 01:59 -------
 can you please attach a small test case?
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-05-14 04:45 -------
+---Test Case---
+Web.Config:
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+  <system.web>
+    <trace enabled="true" pageOutput="true" />
+ </system.web>
+</configuration>
+
+ASPX Page:
+<%@ Page Trace="False" %>
+<html><body>Hello Trace should NOT appear below</body></html>
+