使用FreeTextBox控件时,需要在页面中设置ValidateRequest="false",如果运行报错的话,还需要在配置文件<System.Web>标签下添加<pages pageBaseType="System.Web.UI.Page" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
<httpRuntime requestValidationMode="2.0"
maxRequestLength="102400" executionTimeout="3600"/>