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 275:				sContentItemPath = sRequestedPathClean.ToLower
Line 276:				aryPcs = Split(sContentItemPath, "/")
Line 277:				tempCoePath = aryPcs(1).ToLower()
Line 278:				If tempCoePath = "sro" Then
Line 279:					tempCoePath = "cfsi"

Source File: D:\Inetpub\IAOP\HTDocs\App_Code\ContentPathUtility.vb    Line: 277

Stack Trace:


[IndexOutOfRangeException: Index was outside the bounds of the array.]
   IAOP.IAOPContentPathUtility.ParsePath() in D:\Inetpub\IAOP\HTDocs\App_Code\ContentPathUtility.vb:277
   IAOP.IAOPContentPathUtility.set_ContentRequestedPath(String value) in D:\Inetpub\IAOP\HTDocs\App_Code\ContentPathUtility.vb:56
   IAOP.IAOPContentPathUtility..ctor(String sContentPath, Boolean bIsURWRecursiveCall) in D:\Inetpub\IAOP\HTDocs\App_Code\ContentPathUtility.vb:116
   IAOP.IAOP404Handler.Process404Error() in D:\Inetpub\IAOP\HTDocs\Utils\404Handler.aspx.vb:36
   IAOP.IAOP404Handler.Page_Load(Object sender, EventArgs e) in D:\Inetpub\IAOP\HTDocs\Utils\404Handler.aspx.vb:11
   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