#414 closed Task (fixed)
.NET Tracing pageoutput causes error in XML connector
Reported by: | Robert | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
Component: | Server : ASP.Net | Version: | |
Keywords: | Cc: |
Description
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" %>
Attachments (1)
Change History (3)
Changed 18 years ago by
Attachment: | FCK-.Net-connector-tracing-.gif added |
---|
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 18 years ago by
Milestone: | → FCKeditor 2.4.3 |
---|
Error message when trace pageoutput is enabled