日期:2014-05-20  浏览次数:20772 次

请教,原来能打开的网页,现在出现如下提示,是服务器上哪设置不对?谢
Server   Error   in   '/ '   Application.
--------------------------------------------

Timeout   expired.     The   timeout   period   elapsed   prior   to   completion   of   the   operation   or   the   server   is   not   responding.  
Description:   An   unhandled   exception   occurred   during   the   execution   of   the   current   web   request.   Please   review   the   stack   trace   for   more   information   about   the   error   and   where   it   originated   in   the   code.  

Exception   Details:   System.Data.SqlClient.SqlException:   Timeout   expired.     The   timeout   period   elapsed   prior   to   completion   of   the   operation   or   the   server   is   not   responding.

Source   Error:  

An   unhandled   exception   was   generated   during   the   execution   of   the   current   web   request.   Information   regarding   the   origin   and   location   of   the   exception   can   be   identified   using   the   exception   stack   trace   below.    

Stack   Trace:  


[SqlException   (0x80131904):   Timeout   expired.     The   timeout   period   elapsed   prior   to   completion   of   the   operation   or   the   server   is   not   responding.]
      System.Data.SqlClient.SqlInternalConnection.OnError(SqlException   exception,   Boolean   breakConnection)   +735075
      System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject   stateObj)   +188
      System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject   stateObj,   UInt32   error)   +556
      System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult   asyncResult,   TdsParserStateObject   stateObj)   +164
      System.Data.SqlClient.TdsParserStateObject.ReadPacket(Int32   bytesExpected)   +34
      System.Data.SqlClient.TdsParserStateObject.ReadBuffer()   +642183
      System.Data.SqlClient.TdsParserStateObject.ReadByte()   +17
      System.Data.SqlClient.TdsParser.GetTokenLength(Byte   token,   TdsParserStateObject   stateObj)   +115
      System.Data.SqlClient.TdsParser.GetDataLength(SqlMetaDataPriv   colmeta,   TdsParserStateObject   stateObj)   +27
      System.Data.SqlClient.TdsParser.ProcessColumnHeader(SqlMetaDataPriv   col,   TdsParserStateObject   stateObj,   Boolean&   isNull)   +34
      System.Data.SqlClient.SqlDataReader.ReadColumnHeader(Int32   i)   +219
      System.Data.SqlClient.SqlDataReader.ReadColumn(Int32   i,   Boolean   setTimeout)   +134
      System.Data.SqlClient.SqlDataReader.GetValueInternal(Int32   i)   +17
      System.Data.SqlClient.SqlDataReader.GetValues(Object[]   values)   +181
      System.Data.ProviderBase.CommonLanguageSubsetDataReader.GetValues(Object[]   values)   +10