用FredCK.FCKeditorV2做数据插入  
在插入的时候我用      lm.MContext = Server.HtmlEncode(this.fckContext.Value.Trim());然后再页面输出的时候用了个 Server.HtmlDecode()这里有个问题  如果在我FredCK.FCKeditorV2里面输入的是http://111.html 这样的代码   
显示的都是为空, 我想在显示的时候也能正常显示 http://html我在webconfig 配置 <pages validateRequest="false" enableViewState="true" enableSessionState="true">
</page>过了。
 <appSettings>
        <add key="FCKeditor:BasePath" value="~/fckeditor/"  />
        <add key="FCKeditor:UserFilesPath" value="~/UpLoadFiles/"  />
    </appSettings>
还有个根据教的方法全部改过了哪位高人帮我解决下啊。
万分感谢,最好说详细些