Server Error in '/' Application.

Index was outside the bounds of the array.

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.IndexOutOfRangeException: Index was outside the bounds of the array.

Source Error:


Line 129:    }
Line 130:
Line 131:	SafeQueryString = Request.QueryString["q"] is string ? 
Line 132:		Seguridad.DecriptarQS(Request.QueryString["q"]) : Request.QueryString;
Line 133:	

Source File: c:\home\site\wwwroot\masinformacion.aspx    Line: 131

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
   JWebsiteFramework.Seguridad.DecriptarQS(String equerystring) +353
   ASP.masinformacion_aspx.Page_Load() in c:\home\site\wwwroot\masinformacion.aspx:131
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
   System.Web.UI.Control.OnLoad(EventArgs e) +79
   System.Web.UI.Control.LoadRecursive() +130
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2838


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