从客户端中检测到有潜在危险的Request.Form值的解决办法

httpRuntime 下添加 requestValidationMode=“2.0”

<system.web>
    <httpRuntime maxRequestLength="1048576000" executionTimeout="36000"  requestValidationMode="2.0" />

Guess you like

Origin blog.csdn.net/weixin_44371237/article/details/120083399