Discuz!NT官方社区

首页 » Discuz!NT开发与测试 » Discuz!NT整合 » 求助:用了社区动力论坛后,出现Server Error in '/' Application
xiaoyue3496 - 2008-4-23 16:28:00
求助:用了社区动力论坛后,出现Server Error in '/' Application
网址:www.xjqpc.com,现在注册会员后,登陆,出现以下错误,求助

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: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.]
  System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +180
  TOMLEI.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters)
  TOMLEI.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
  TOMLEI.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText)
  TOMLEI.DataAct.FreeExcuteSql(String sql)
  Logic.Users.AddLogin(String UserID)
  Web.head.ImageButton1_Click(Object sender, ImageClickEventArgs e)
  System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +109
  System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +69
  System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
  System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
  System.Web.UI.Page.ProcessRequestMain() +1292




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
xiaoyue3496 - 2008-4-23 16:31:00
已经替换TOMLEI在内的所有动态链接库,且bin和web。config在同一个根目录下,还是解决不了,问题,一备份数据库就会出现改错误请大家帮忙看一下,谢谢了!拜托了
xiaoyue3496 - 2008-4-23 16:56:00
难道没有人能指点一下吗?
1
查看完整版本: 求助:用了社区动力论坛后,出现Server Error in '/' Application