百度编辑器:
http://ueditor.baidu.com/website/
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="102400000" />
</requestFiltering>
</security>
<!--修改上传文件大小-->
<modules>
<remove name="FormsAuthentication"/>
</modules>
</system.webServer>
配置web.config 文件大小
http://www.qczsky.com/qc/news/2014-11-6/442.html
500 错误
dll 文件不一致问题 Newtonsoft.Json.dll
Window.UEDITOR_HOME_URL = "/ueditor/";
var editor = new baidu.editor.ui.Editor();
editor.render("graphicContent");
$("#graphic").removeClass("graphic");
editor.addListener("ready", function () {
editor.setContent(mSolu);
});