I have a sporadic access error I can figure... Access to the path '1beb340fb7a91bcd64d9a9688fa33761.pb.webinfo' is denied. [UnauthorizedAccessException: Access to the path '1beb340fb7a91bcd64d9a9688fa33761.pb.webinfo' is denied.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2013027 System.IO.FileInfo.Delete() +152 Snapsis.HttpModules.PageBlaster.Utils.CleanFolders(String path, TimeSpan cleanupInterval, Boolean recurse) +256 Snapsis.HttpModules.PageBlaster.Utils.CleanFolders(String path, TimeSpan cleanupInterval, Boolean recurse) +380 Snapsis.HttpModules.PageBlaster.Utils.CleanFolders(String path, TimeSpan cleanupInterval, Boolean recurse) +380 Snapsis.HttpModules.PageBlaster.Config.Settings.GetConfig(HttpApplication app) +454 Snapsis.HttpModules.PageBlaster.ResourceLocationController.RewriteVirtualPath(HttpApplication app) +15 Snapsis.HttpModules.PageBlaster.PageBlasterModule.BeginRequest(Object sender, EventArgs e) +13 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 This would occur during app restarts but now it appears more often in the admin section. I have tried deleting the cache folders so everything is fresh. Ideas? |