日期:2014-05-18  浏览次数:20457 次

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 "  
        />

------解决方案--------------------
时间改下行不?