﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
414	.NET Tracing pageoutput causes error in XML connector	Robert	Frederico Caldeira Knabben	"'''Descriptive summary'''
When enabling tracing in a .net application, and enabling page output for that tracing, it causes the XML of the .NET connector to be mal-formatted.

'''Steps to reproduce'''
Open the web.config in the root of your web application and change your tracing settings to:
{{{
<?xml version=""1.0""?>
<configuration>
	<system.web>
		<trace enabled=""true"" pageOutput=""true""/>
	</system.web>
</configuration>
}}}
This setting is very normal during development and debugging in a test-environment.
The try to add an image by using FCK editor and its file upload manager, while the config js file has been setup to use the .aspx connector.

'''Browser name and OS'''
Irrelevant, although the FCK editor should use a web server where the .Net framework has been installed and the FCKEditor.net dll has been uploaded to the bin directory

'''Screenshot'''
See attachment

'''Sample data'''
-none-

'''Test case file'''
-none-

'''Solution'''
Force-disable page tracing output on the connectors like this:

{{{
<%@ Page
language=""c#"" Trace=""false""
Inherits=""FredCK.FCKeditorV2.FileBrowserConnector""
AutoEventWireup=""false"" %>
}}}"	Task	closed	Normal	FCKeditor 2.4.3	Server : ASP.Net		fixed		
