|
错误1
页面:Movie.aspx
Application information:
Application domain: /LM/W3SVC/855253/Root-1-128106545791950000
Trust level: Full
Application Virtual Path: /
Application Path: E:\wwwroot\STU-v10-16\
Machine name: 95D3E7TDR0WJJCU
Process information:
Process ID: 6228
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: FileNotFoundException
Exception message: 未能加载文件或程序集“App_Web_jmzwwx-f, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null”或它的某一个依赖项。系统找不到指定的文件。
Request information:
Request URL: http://172.16.1.230/Movie.aspx?id=542
Request path: /Movie.aspx
User host address: 172.16.44.12
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 34
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: 在 ASP.UC_All_Foot.__BuildControlTree(UC_All_Foot __ctrl)
在 ASP.UC_All_Foot.FrameworkInitialize()
在 System.Web.UI.UserControl.InitializeAsUserControlInternal()
在 System.Web.UI.UserControl.InitializeAsUserControl(Page page)
在 ASP.movie_aspx.__BuildControlUC_All_Foot1()
在 ASP.movie_aspx.__BuildControlTree(movie_aspx __ctrl)
在 ASP.movie_aspx.FrameworkInitialize()
在 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
在 System.Web.UI.Page.ProcessRequest()
在 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
在 System.Web.UI.Page.ProcessRequest(HttpContext context)
在 ASP.movie_aspx.ProcessRequest(HttpContext context)
在 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Custom event details:
有关更多信息,请参阅在 http://go.microsoft.com/fwlink/events.asp 的帮助和支持中心。
这个好像是UserControl的问题
UserControl UC_All_Foot1的功能有
1。纪录页面执行时间,也就是网站最右下角的时间
2。统计在线人数和写入数据库在线信息(好像这样说没用)
FrameworkInitialize Framework初始化?
ProcessRequest 线程请求?
还不知道是什么原因,不过这个控件没有加Try容错,如果不行干脆就用个大大的Try包起来看
错误2
错误页面INFO.aspx?ID=6 就是网站统计页面
Event code: 3005
Event message: 发生了未处理的异常。
Event time: 2006-12-15 19:20:37
Event time (UTC): 2006-12-15 11:20:37
Event ID: 70c74387760f409ab6c4d2629de08842
Event sequence: 2096
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/855253/Root-39-128106551288043750
Trust level: Full
Application Virtual Path: /
Application Path: E:\wwwroot\STU-v10-16\
Machine name: 95D3E7TDR0WJJCU
Process information:
Process ID: 6228
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: NullReferenceException
Exception message: 未将对象引用设置到对象的实例。
Request information:
Request URL: http://172.16.1.230/INFO.aspx?ID=6
Request path: /INFO.aspx
User host address: 172.16.43.94
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 12
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: 在 Info.Page_Load(Object sender, EventArgs e)
在 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:
有关更多信息,请参阅在 http://go.microsoft.com/fwlink/events.asp 的帮助和支持中心。
Page_Load 时候又有错...
Control的LoadRecursive时候 Load递归
反正就是不是很明白
只装了vs2005 好像上面没有压力测试那些功能,
网站访问人一多就容易出错,这个是系统日志上面看到的错误,上不了外网,所以查不了资料,还不清楚到底是什么原因....
看下VS的巨型帮助文档里面有没先,谁知道是什么错误也说下,谢谢了。 |
|