Error Message: Exception of type 'Dea.Web.Core.InvalidSecureQueryStringException' was thrown.
Stack Trace:
Dea.Web.Core.InvalidSecureQueryStringException: Exception of type 'Dea.Web.Core.InvalidSecureQueryStringException' was thrown.
at Dea.Web.Core.SecureQueryString.decryptQueryString(String encryptedQueryString)
at Dea.Web.Core.SecureQueryString..ctor(String querystring)
at Dea.Web.Sites.MasterCalendar.BasePage.get_CalendarIDs()
at Dea.Web.Sites.MasterCalendar.MasterCalendar.LoadJsonData()
at Dea.Web.Sites.MasterCalendar.MasterCalendar.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at Dea.Web.Sites.MasterCalendar.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Additional Information
ErrorCaughtBy: MasterCalendar.aspx
PatchNumber: 202208260
ClientName:
Product:


Error Logging Exeception:


Logging Error Message: Access to the path 'E:\Inetpub\wwwroot\MasterCalendar\LogFiles\ErrorLog_03282024.txt' is denied.
Logging Stack Trace:
System.UnauthorizedAccessException: Access to the path 'E:\Inetpub\wwwroot\MasterCalendar\LogFiles\ErrorLog_03282024.txt' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append)
at System.IO.File.CreateText(String path)
at Dea.ExceptionHandling.Loggers.FileIOHelper.writeToFile(String exceptionInfo, Boolean deleteOldFiles)
at Dea.ExceptionHandling.Loggers.DefaultLogger.Log(Exception exception, NameValueCollection additionalInfo, NameValueCollection configSettings)
at Dea.ExceptionHandling.ExceptionHandler.Log(Exception exception, NameValueCollection additionalInfo)
at Dea.ExceptionHandling.ExceptionPrep.LogError(Exception caughtError, String caughtBy, String simpleErrorMessage, NameValueCollection additionalInfo)