var editor1 = K.create('#Body', {
cssPath: '../../kindeditor/plugins/code/prettify.css',
uploadJson: '../../kindeditor/asp.net/upload_json.ashx'
});
你一点上传服务器就返回 HTTP/1.1 500 Internal Server Error
一步步断点调试,js断点和cs断点。
从upload_json.ashx这个文件开始调试,试试~
@幻天芒: 没到这,调不了,一上传访问就 Internal Server Error
@Yu: 你查查是不是别的HttpModule什么的,把它拦截了,。500错误是服务器的问题,必须到服务器啊。
调试 kindeditor/asp.net/upload_json.ashx 文件就知道。如果无法调试就记录 try catch 异常的日志
还没到这,就出问题了
调试一下 看看路径
在web.config 中 设置 <customErrors mode="Off"/>
报没有对 upload_json.ashx 的 LitJson.dll 进行引用 ,编译又没报错,真是查晕了