Server Error in '/Normelombardia' Application.

Exception of type 'System.OutOfMemoryException' was thrown.

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.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.

Source Error:


Line 651:        string url = HttpContext.Current.Request.Url.AbsolutePath + "?iddoc=" + Request.QueryString["iddoc"].ToString(); ;
Line 652:        if (Request.QueryString["exp_coll"] != null) url += "&exp_coll=" + Request.QueryString["exp_coll"].ToString();
Line 653:        if (Request.QueryString["view"] != null) url += "&view=" + Request.QueryString["view"].ToString();
Line 654:        if (Request.QueryString["selnode"] != null) url += "&selnode=" + Request.QueryString["selnode"].ToString();
Line 655:        return url;

Source File: \\file01\nir$\accessibile\main.aspx.cs    Line: 653

Stack Trace:


[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
   System.String.Concat(String str0, String str1, String str2) +58
   accessibile_main.originalUrl() in \\file01\nir$\accessibile\main.aspx.cs:653
   accessibile_main.GeneraPannelli(String pannello_attivo) in \\file01\nir$\accessibile\main.aspx.cs:556
   accessibile_main.visualizzaDocumentoVALUTAZIONE() in \\file01\nir$\accessibile\main.aspx.cs:1434
   accessibile_main.Page_Load(Object sender, EventArgs e) in \\file01\nir$\accessibile\main.aspx.cs:264
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1055.0