打開Web.config,修改兩處。 <system.web> <httpRuntime maxUrlLength="109999" maxQueryStringLength="2097151" /> </system.web> <system.webServer> <security> <requ ...
打開Web.config,修改兩處。
<system.web> <httpRuntime maxUrlLength="109999" maxQueryStringLength="2097151" /> </system.web>
<system.webServer> <security> <requestFiltering> <requestLimits maxUrl="109999" maxQueryString="2097151" /> </requestFiltering> </security> </system.webServer>