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

高分服务器超时有关问题!

2011-12-30 
高分求助服务器超时问题!急!本机运行没有问题,上传服务器后提示超时错误,请高手帮忙http://webcolor.66x5.

高分求助服务器超时问题!急!
本机运行没有问题,上传服务器后提示超时错误,请高手帮忙
http://webcolor.66x5.cn/   这个是地址

以下是错误提示
____________________________________________________________

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.Exception:   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:  


[Exception:   Timeout   expired.     The   timeout   period   elapsed   prior   to   completion   of   the   operation   or   the   server   is   not   responding.]
      WebColor.DBUtility.SQLHelper.ExecuteReader(String   SQLString,   SqlParameter[]   cmdParms)   in   E:\YMYBlog\DBUtility\SQLHelper.cs:526   //不知为什么有我本机的路径出现
      WebColor.SQLServerDAL.DBAdmin.GetCate(String   authorid)   in   E:\YMYBlog\SQLServerDAL\DBAdmin.cs:169
      WebColor.BLL.Admin.GetCate(String   authorid)   in   E:\YMYBlog\BLL\Admin.cs:67
      Controls_head.BindCate()   +66
      Controls_head.Page_Load(Object   sender,   EventArgs   e)   +5
      System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr   fp,   Object   o,   Object   t,   EventArgs   e)   +15
      System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object   sender,   EventArgs   e)   +34
      System.Web.UI.Control.OnLoad(EventArgs   e)   +99
      System.Web.UI.Control.LoadRecursive()   +47
      System.Web.UI.Control.LoadRecursive()   +131
      System.Web.UI.Control.LoadRecursive()   +131
      System.Web.UI.Control.LoadRecursive()   +131
      System.Web.UI.Page.ProcessRequestMain(Boolean   includeStagesBeforeAsyncPoint,   Boolean   includeStagesAfterAsyncPoint)   +1061

 


[解决办法]
连接数据库超时
[解决办法]
WebColor.DBUtility.SQLHelper.ExecuteReader(String SQLString, SqlParameter[] cmdParms) in E:\YMYBlog\DBUtility\SQLHelper.cs:526 //不知为什么有我本机的路径出现
WebColor.SQLServerDAL.DBAdmin.GetCate(String authorid) in E:\YMYBlog\SQLServerDAL\DBAdmin.cs:169


WebColor.BLL.Admin.GetCate(String authorid) in E:\YMYBlog\BLL\Admin.cs:67
----------------------------------------------------
//不知为什么有我本机的路径出现
查看下源代码,看是不是那个地方使用了 "绝对路径 ",把它改为 "相对路径 ",再试试



[解决办法]
简直打不开
[解决办法]
你是用的SQLServer 连接地址是否正常
[解决办法]
猜测:你连接的某个路径貌似是相对路径,因为访问不到而超时
[解决办法]
dll引用更新?
[解决办法]
SQLServer 连接是否正常
[解决办法]
sql server 连接 有问题。

或者 数据库拒绝访问。。

你联系联系那边客服试试

热点排行