Posted on: 4/28/2015 5:43:02 AM | Views : 1117

Hi,
I have a Production Website when loading a request on clicking from a Grid view throws a System.outOfMemory Exception. The Grid View has many other requests shown on HomePage. Every request loads fine on clicking except one of them which throws Out of memory Exception. My Stack Trace is as follows..
HttpUnhandledException: "Exception of type 'System.Web.HttpUnhandledException' was thrown." at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.ui_request_aspx.ProcessRequest(HttpContext context) in c:\W ...

Go to the complete details ...