[Mono-bugs] [Bug 50640][Maj] Changed - Latest cvs update of System.Web cause asp.net refused to work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 Nov 2003 00:09:08 -0500 (EST)


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 ximian@aksi.mdamt.net.

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

--- shadow/50640	2003-11-06 00:05:33.000000000 -0500
+++ shadow/50640.tmp.16704	2003-11-06 00:09:08.000000000 -0500
@@ -100,6 +100,17 @@
 responseEncoding="encoding-code" />
 
 for example:
 <globalization
 requestEncoding="UTF-8"
 responseEncoding="UTF-8" />
+
+------- Additional Comments From ximian@aksi.mdamt.net  2003-11-06 00:09 -------
+sorry one more thing. the <globalization> is under <system.web>
+so it will look like this:
+
+<system.web>
+<globalization
+requestEncoding="UTF-8"
+responseEncoding="UTF-8" />
+...
+