Server Error in '/' Application.

The remote server returned an error: (404) Not Found.

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.Net.WebException: The remote server returned an error: (404) Not Found.

Source Error:


Line 104:            {
Line 105:                if (string.IsNullOrEmpty(dfArg) || (dfArg.Length > 0 && dfArg.IndexOf('/') > 0 && ajaxPages.IndexOf(dfArg.Substring(0, dfArg.IndexOf('/'))) >= 0))
Line 106:                    Utilities.GenerateCachedVersionHTML();
Line 107:            }
Line 108:        }

Source File: g:\pleskvhosts\webrings.in\httpdocs\Default.aspx.cs    Line: 106

Stack Trace:


[WebException: The remote server returned an error: (404) Not Found.]
   System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) +298
   System.Net.WebClient.DownloadString(Uri address) +106
   System.Net.WebClient.DownloadString(String address) +32
   ansa.commons.Utilities.SaveHTMLToCache(String url, Int32 portalId) +1044
   ansa.commons.Utilities.GenerateCachedVersionHTML() +1162
   _Default.Page_PreInit(Object sender, EventArgs e) in g:\pleskvhosts\webrings.in\httpdocs\Default.aspx.cs:106
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Page.OnPreInit(EventArgs e) +9866326
   System.Web.UI.Page.PerformPreInit() +38
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +302


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