tjadoon-gmail
-
4/6/2011 11:51:06 AM
[GetFile.aspx]: Site not running.
Hi,
I am getting the following error, what do i need to do get this fixed. i think this errors is dragging our whole site down and it become unavailable with 500 error. At this point, need to restart IIS to bring it back up.
[GetFile.aspx]: Site not running.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: [GetFile.aspx]: Site not running.
Source Error:
Line 81: if (CurrentSiteName == "") Line 82: { Line 83: throw new Exception("[GetFile.aspx]: Site not running."); Line 84: } Line 85:
Source File: d:\inetpub\WebSite\Cms1\CMSPages\GetCSS.aspx.cs Line: 83
Stack Trace:
[Exception: [GetFile.aspx]: Site not running.] CMSPages_GetCSS.Page_Load(Object sender, EventArgs e) in d:\inetpub\WebSite\Cms1\CMSPages\GetCSS.aspx.cs:83 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +91 CMS.UIControls.GetFilePage.OnLoad(EventArgs e) +32 System.Web.UI.Control.LoadRecursive() +74 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
|