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 705:                {
Line 706:                    string[] tagcorrente=tagge[xrx].Split(new string[] { custom.separatoretag }, StringSplitOptions.None);
Line 707:                    string[] qualitag = tagcorrente[1].Split(',');
Line 708:                    
Line 709:                    titolotag += tagcorrente[0] + " ";

Source File: c:\WEBFARM_MILITARIA\localuser\ftpmilitaria2\catalogo.aspx.cs    Line: 707

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
   catalogo.Page_Load(Object sender, EventArgs e) in c:\WEBFARM_MILITARIA\localuser\ftpmilitaria2\catalogo.aspx.cs:707
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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