首页 > 解决方案 > ckfinder 浏览服务器在 https 上不起作用

问题描述

在本地主机上的我的 asp.net MVC 应用程序中,上传图像和视频工作正常,但是在 IIS 上发布项目并测试上传的图像后,我得到 500 服务器错误

在我的 ckeditor config.js 中寻址是这样的:

config.filebrowserBrowseUrl = '/Scripts/ckfinder/ckfinder.html';
    config.filebrowserImageBrowseUrl = '/Scripts/ckfinder/ckfinder.html?Types=Images';
    config.filebrowserFlashBrowseUrl = '/Scripts/ckfinder/ckfinder.html?Types=Flash';
    config.filebrowserUploadUrl = '/Scripts/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=File';
    config.filebrowserImageUploadUrl = '/Scripts/Data';
    config.filebrowserFlashUploadUrl = '/Scripts/ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Flash';

我如何在 https 上解决这个问题?

标签: asp.net-mvcckeditorckfinder

解决方案


推荐阅读