Server Error in '/' Application.

Could not find specified Portal

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.Exception: Could not find specified Portal

Source Error:


Line 47:                     portal = PortalProvider.PortalSettings(Request.Url.ToString, Me.Context.User.Identity.Name, CType(Me.Page, PortalPage))
Line 48:                 Catch ex As Exception
Line 49:                     portal = PortalProvider.PortalSettings(System.Configuration.ConfigurationManager.AppSettings("localRoot"), Me.Context.User.Identity.Name, CType(Me.Page, PortalPage))
Line 50:                 End Try
Line 51: 

Source File: C:\TopDog\Live\System\Error.aspx.vb    Line: 49

Stack Trace:


[Exception: Could not find specified Portal]
   ASPNetPortal.Common.Components.portalsList.get_Portal(Int32 index) +222
   ASPNetPortal.Common.Components.PortalSettings.get_PageControls() +41
   ASPNetPortal.Common.Components.PortalSettings..ctor(String Portal_Alias, String Login, String PageID, String Host, Boolean IsSSL) +402
   ASPNetPortal.Common.Components.PortalProvider.PortalSettings(String URL, String Login, PortalPage portalPage) +131
   ASPNetPortal.ErrorPage.Page_Load(Object sender, EventArgs e) in C:\TopDog\Live\System\Error.aspx.vb:49
   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.4110.0