这个不管,现在出的问题是:
“/”应用程序中的服务器错误 无法找到资源。  

解决方案 »

  1.   

    谢谢   http://hi.baidu.com/haicheng00/blog/item/8b5c352a240ac734d52af177.html都配置好了 为何呀? 为何不行呀 
      

  2.   

    路劲写错了吗?? ckeditor ckfinder这两文件夹 在同一级;
    ckeditor 的config.js这样写的;CKEDITOR.editorConfig = function (config) {
        //填写以下内容,图片,flash路径
        config.uiColor = '#FFF';
        config.scayt_autoStartup = false;
        config.language = 'zh-cn'; //中文
        config.filebrowserBrowseUrl = '../ckfinder/ckfinder.html';
        config.filebrowserImageBrowseUrl = '../ckfinder/ckfinder.html?Type=Images';
        config.filebrowserFlashBrowseUrl = '../ckfinder/ckfinder.html?Type=Flash';
        config.filebrowserUploadUrl = '../ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Files';
        config.filebrowserImageUploadUrl = '../ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images';
        config.filebrowserFlashUploadUrl = '../ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Flash';};
      

  3.   

    搞定了 我擦; 
     //填写以下内容,图片,flash路径
        config.uiColor = '#FFF';
        config.scayt_autoStartup = false;
        config.language = 'zh-cn'; //中文
        config.filebrowserBrowseUrl = '../Scripts/ckfinder/ckfinder.html';
        config.filebrowserImageBrowseUrl = '../Scripts/ckfinder/ckfinder.html?Type=Images';
        config.filebrowserFlashBrowseUrl = '../Scripts/ckfinder/ckfinder.html?Type=Flash';
        config.filebrowserUploadUrl = '../Scripts/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Files';
        config.filebrowserImageUploadUrl = '../Scripts/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images';
        config.filebrowserFlashUploadUrl = '../Scripts/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Flash';