首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

sqlCommandTimeout报错解决方案

2012-02-11 
sqlCommandTimeout报错配置错误说明:在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详

sqlCommandTimeout报错
配置错误  
说明:   在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信息并适当地修改配置文件。  

分析器错误信息:   无法识别的属性“sqlCommandTimeout”。

源错误:  


行   87:                     若要禁用   Cookie,请设置   sessionState   cookieless= "true "。
行   88:           -->
行   89:           <sessionState  
行   90:                           mode= "InProc "
行   91:                           stateConnectionString= "tcpip=127.0.0.1:42424 "
 

源文件:   c:\inetpub\wwwroot\WebAdex\web.config         行:   89  

我的设置是
        <sessionState  
                        mode= "InProc "
                        stateConnectionString= "tcpip=127.0.0.1:42424 "
                        sqlConnectionString= "data   source=127.0.0.1;Trusted_Connection=yes "
                        sqlCommandTimeout= "90 "
                        cookieless= "false "  
                        timeout= "20 "  
        />

[解决办法]
时间改下行不?

热点排行