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 48: 
Line 49: 	Sitio.RedirectDomain();
Line 50: 	SafeQueryString = Request.QueryString["q"] is string ? 
Line 51: 		Seguridad.DecriptarQS(Request.QueryString["q"]) : Request.QueryString;
Line 52: 	

Source File: c:\home\site\wwwroot\dondecomprar.aspx    Line: 50

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
   JWebsiteFramework.Seguridad.DecriptarQS(String equerystring) +353
   ASP.dondecomprar_aspx.Page_Load() in c:\home\site\wwwroot\dondecomprar.aspx:50
   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