Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 328)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 329)
@@ -107,4 +107,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/493">#493</a>] If the containing
 			form had a button named "submit" the "Save" command didn't work in Firefox.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/414">#414</a>] If tracing was 
+		globally enabled in Asp.net 2 then the Asp.Net connector did fail.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/filemanager/browser/default/connectors/aspx/connector.aspx
===================================================================
--- /FCKeditor/trunk/editor/filemanager/browser/default/connectors/aspx/connector.aspx	(revision 328)
+++ /FCKeditor/trunk/editor/filemanager/browser/default/connectors/aspx/connector.aspx	(revision 329)
@@ -1,3 +1,3 @@
-<%@ Page language="c#" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %>
+<%@ Page language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %>
 <%--
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
Index: /FCKeditor/trunk/editor/filemanager/upload/aspx/upload.aspx
===================================================================
--- /FCKeditor/trunk/editor/filemanager/upload/aspx/upload.aspx	(revision 328)
+++ /FCKeditor/trunk/editor/filemanager/upload/aspx/upload.aspx	(revision 329)
@@ -1,3 +1,3 @@
-<%@ Page language="c#" Inherits="FredCK.FCKeditorV2.Uploader" AutoEventWireup="false" %>
+<%@ Page language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.Uploader" AutoEventWireup="false" %>
 <%--
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
