.net不管怎么扩大超时配置,到一个小时准点报错【12002】
一个导出excel的代码,由于要执行很长时间sql查询的时间CommandTimeout = 3600
web.config里<httpRuntime executionTimeout="36000"/>
<sessionState mode="StateServer" timeout="500000"/>
数据库连接也配置了Connect Timeout=36000;
我是直接用vs运行的debug也配置成了false :<compilation debug="false">
但是导出的时候还是准点一个小时就报错,
查到错误信息:
12002
ERROR_INTERNET_TIMEOUT
求解??
补充:.NET技术 , ASP.NET