如题,谢谢
------解决方案--------------------------------------------------------
在web.config的<httpRuntime/>节配置 maxrequestlenght 和executiontimeout属性
例如
<httpruntime maxrequestlenght="4096" executiontimeout="100" />
executiontimeout 就是时间限制
------解决方案--------------------------------------------------------
设置WEBCOFIG错误页面转向。
或者设置IIS的错误页面转向
------解决方案--------------------------------------------------------
在web.config里面配置..