Hi, today I installled PageBlaster V2 on our website - so far everything went fine.
One Problem occurs, when I set the disk-cache-interval Value to any other than all zero (I used "01:00:00:00" and "00:08:00:00").
The Site responds with an Error-500 or logs the error in the DNN-Eventlog. The Error-Message is listed below, we are using DNN Version 3.3.5.
Are the Pages getting cached in Memory anyway? I set the memory-cache-interval to "00:04:00:00". How are the Pges delivered? Is it that if there is a Page chached on Disk it is first delivered from there end then from Memory? My preferred Config would be:
memory-cache-interval="00:04:00:00"
memory-size-limit="25"
disk-cache-interval="01:00:00:00"
disk-size-limit="100" Regards, Peter AssemblyVersion: 03.03.05
Method: System.DateTime..ctor
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.ArgumentOutOfRangeException: Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks at System.DateTime..ctor(Int64 ticks) at System.CurrentSystemTimeZone.ToLocalTime(DateTime time) at System.DateTime.ToLocalTime() at Snapsis.HttpModules.PageBlaster.CachedPage.get_Expires() at Snapsis.HttpModules.PageBlaster.CachedPage.Serialize() at Snapsis.HttpModules.PageBlaster.PageController.UpdatePageCache(HttpApplication app, CachedPage cachedPage, Boolean writeFile) at Snapsis.HttpModules.PageBlaster.PageController.GetCachedPage(HttpApplication app) at Snapsis.HttpModules.PageBlaster.PageBlasterModule.ResolveRequestCache(Object sender, EventArgs e) at System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
|