“/”应用程序中的服务器错误。

引发类型为“System.OutOfMemoryException”的异常。

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.OutOfMemoryException: 引发类型为“System.OutOfMemoryException”的异常。

源错误:


行 146:        bool result = false;
行 147:
行 148:        for (int i = 0; i < HttpContext.Current.Request.QueryString.Count; i++)
行 149:        {
行 150:            result = CheckData(HttpContext.Current.Request.QueryString[i]);

源文件: d:\ISHWEBNEW\App_Code\Safe360.cs    行: 148

堆栈跟踪:


[OutOfMemoryException: 引发类型为“System.OutOfMemoryException”的异常。]
   System.Collections.Hashtable.rehash(Int32 newsize, Boolean forceNewHashCode) +32
   System.Collections.Hashtable.expand() +30
   System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) +511
   System.Collections.Hashtable.Add(Object key, Object value) +16
   System.Collections.Specialized.NameObjectCollectionBase.BaseAdd(String name, Object value) +88
   System.Collections.Specialized.NameValueCollection.Add(String name, String value) +141
   System.Web.HttpValueCollection.FillFromEncodedBytes(Byte[] bytes, Encoding encoding) +182
   System.Web.HttpRequest.FillInQueryStringCollection() +75
   System.Web.HttpRequest.EnsureQueryString() +88
   System.Web.HttpRequest.get_QueryString() +14
   Safe360.GetData() in d:\ISHWEBNEW\App_Code\Safe360.cs:148
   Safe360.Procress() in d:\ISHWEBNEW\App_Code\Safe360.cs:51
   ASP.global_asax.Application_BeginRequest(Object sender, EventArgs e) in d:\ISHWEBNEW\Global.asax:121
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +144
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +50
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.8.4690.0