The following information about the error was automatically captured:
Detailed error information follows:
Date and Time: 5/13/2026 3:24:01 AM
Machine Name: wm0sdwk000132
Process User: IIS APPPOOL\app-opmweb-p-pay-table-special-rates-web
Remote User:
Remote Address: 10.1.1.27
Remote Host: 10.1.1.27
p: 2600:1f28:365:80b0:2671:7894:807d:5514
URL: https://app-opmweb-p-pay-table-special-rates-web.azurewebsites.net/special-rates/2023/Table078301012023.aspx
NET Runtime version: 4.0.30319.42000
Application Domain: /LM/W3SVC/1922077423/ROOT/special-rates-2-134230914645660982
==========================================
Stack Trace
==========================================
Santantonio.Modules.Display.CustomMasterPage.PageError(sender As Object, e As EventArgs) (unknown file): N 00303
System.Web.UI.TemplateControl.OnError(e As EventArgs) (unknown file): N 00110
System.Web.UI.Page.HandleError(e As Exception) (unknown file): N 00085
System.Web.UI.Page.ProcessRequestMain(includeStagesBeforeAsyncPoint As Boolean, includeStagesAfterAsyncPoint As Boolean) (unknown file): N 05996
System.Web.UI.Page.ProcessRequest(includeStagesBeforeAsyncPoint As Boolean, includeStagesAfterAsyncPoint As Boolean) (unknown file): N 00145
System.Web.UI.Page.ProcessRequest() (unknown file): N 00074
System.Web.UI.Page.ProcessRequestWithNoAssert(context As HttpContext) (unknown file): N 00024
System.Web.UI.Page.ProcessRequest(context As HttpContext) (unknown file): N 00112
ASP.viewtable_aspx.ProcessRequest(context As HttpContext) (unknown file): N 00005
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() (unknown file): N 00806
System.Web.HttpApplication.ExecuteStepImpl(step As IExecutionStep) (unknown file): N 00110
System.Web.HttpApplication.ExecuteStep(step As IExecutionStep, completedSynchronously As Boolean&) (unknown file): N 00074
System.Web.PipelineStepManager.ResumeSteps(error As Exception) (unknown file): N 01477
System.Web.HttpApplication.BeginProcessRequestNotification(context As HttpContext, cb As AsyncCallback) (unknown file): N 00101
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(wr As IIS7WorkerRequest, context As HttpContext) (unknown file): N 00439
System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(rootedObjectsPointer As IntPtr, nativeRequestContext As IntPtr, moduleData As IntPtr, flags As Int32) (unknown file): N 00933
System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(rootedObjectsPointer As IntPtr, nativeRequestContext As IntPtr, moduleData As IntPtr, flags As Int32) (unknown file): N 00032
System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(pHandler As IntPtr, notificationStatus As RequestNotificationStatus&) (unknown file): N 00000
System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(rootedObjectsPointer As IntPtr, nativeRequestContext As IntPtr, moduleData As IntPtr, flags As Int32) (unknown file): N 01261
System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(rootedObjectsPointer As IntPtr, nativeRequestContext As IntPtr, moduleData As IntPtr, flags As Int32) (unknown file): N 00032
Assembly Codebase: C:/home/site/wwwroot/bin/Opm.Core.Business.DLL
Assembly Full Name: Opm.Core.Business, Version=3.7.0.0, Culture=neutral, PublicKeyToken=null
Assembly Version: 3.7.0.0
Assembly Build Date: 12/30/2025 4:58:44 PM
Full Error Information:
System.UnauthorizedAccessException: Access to the path 'c:\home\rc\octopus\Pay Tables - Special Rates\_tempfiles\DataCache\Pay-Tables---Special-Rates\DefaultGroups.cache' is denied.
at Santantonio.Modules.Business.DataCacheDependency.Create(String cacheKey)
at Santantonio.Modules.Business.DataCacheDependency.Create(String cacheKey, List`1 cacheSetKeys)
at Santantonio.Modules.Business.DataCacheDependency.Create(String cacheKey, List`1 cacheSetKeys, CacheDependency dependency)
at Santantonio.Modules.Business.DataCacheDependency.Insert(String cacheKey, List`1 cacheSetKeys, Object cacheObject, CacheItemPriority priority, CacheDependency cacheDependency, DateTime absoluteExpiration, TimeSpan slidingExpiration, CacheItemRemovedCallback callbackMethod)
at Santantonio.Modules.Business.DataCacheDependency.Insert(String cacheKey, String cacheSetKey, Object cacheObject, CacheItemPriority priority, DateTime absoluteExpiration, TimeSpan slidingExpiration, CacheItemRemovedCallback callbackMethod)
at Santantonio.Modules.Business.DataCacheDependency.Insert(String cacheKey, String cacheSetKey, Object cacheObject)
at Santantonio.Modules.Business.Groups.DefaultGroups(ModuleSettings modSettings, ApplicationSettings appSettings)
at Santantonio.Modules.Business.Groups.ApplicationDefaultGroups(ModuleSettings modSettings, ApplicationSettings appSettings)
at Santantonio.Modules.Business.SiteIdentity.LoadGroupsFromService(DataTable groupTable)
at Santantonio.Modules.Business.SiteIdentity.RefreshUser()
at Santantonio.Modules.Business.SiteIdentity..ctor()
at Santantonio.Modules.Display.AuthMethods.VerifyUser(IVerifyUser page, Dictionary`2 events)
at Santantonio.Modules.Display.CustomMasterPage.VerifyUser()
at Santantonio.Modules.Display.CustomMasterPage.VerifyUser(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Page.OnPreInit(EventArgs e)
at System.Web.UI.Page.PerformPreInit()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Exception Type:
System.UnauthorizedAccessException
Exception Message:
Access to the path 'c:\home\rc\octopus\Pay Tables - Special Rates\_tempfiles\DataCache\Pay-Tables---Special-Rates\DefaultGroups.cache' is denied.
Exception Source:
Opm.Core.Business
Exception Target Site:
Create
==========================================
Stack Trace
==========================================
Santantonio.Modules.Business.DataCacheDependency.Create(cacheKey As String) (unknown file): N 00346
Santantonio.Modules.Business.DataCacheDependency.Create(cacheKey As String, cacheSetKeys As List`1) (unknown file): N 00041
Santantonio.Modules.Business.DataCacheDependency.Create(cacheKey As String, cacheSetKeys As List`1, dependency As CacheDependency) (unknown file): N 00120
Santantonio.Modules.Business.DataCacheDependency.Insert(cacheKey As String, cacheSetKeys As List`1, cacheObject As Object, priority As CacheItemPriority, cacheDependency As CacheDependency, absoluteExpiration As DateTime, slidingExpiration As TimeSpan, callbackMethod As CacheItemRemovedCallback) (unknown file): N 00032
Santantonio.Modules.Business.DataCacheDependency.Insert(cacheKey As String, cacheSetKey As String, cacheObject As Object, priority As CacheItemPriority, absoluteExpiration As DateTime, slidingExpiration As TimeSpan, callbackMethod As CacheItemRemovedCallback) (unknown file): N 00108
Santantonio.Modules.Business.DataCacheDependency.Insert(cacheKey As String, cacheSetKey As String, cacheObject As Object) (unknown file): N 00055
Santantonio.Modules.Business.Groups.DefaultGroups(modSettings As ModuleSettings, appSettings As ApplicationSettings) (unknown file): N 00856
Santantonio.Modules.Business.Groups.ApplicationDefaultGroups(modSettings As ModuleSettings, appSettings As ApplicationSettings) (unknown file): N 00011
Santantonio.Modules.Business.SiteIdentity.LoadGroupsFromService(groupTable As DataTable) (unknown file): N 00934
Santantonio.Modules.Business.SiteIdentity.RefreshUser() (unknown file): N 08241
Santantonio.Modules.Business.SiteIdentity..ctor() (unknown file): N 00289
Santantonio.Modules.Display.AuthMethods.VerifyUser(page As IVerifyUser, events As Dictionary`2) (unknown file): N 12910
Santantonio.Modules.Display.CustomMasterPage.VerifyUser() (unknown file): N 00171
Santantonio.Modules.Display.CustomMasterPage.VerifyUser(sender As Object, e As EventArgs) (unknown file): N 00005
System.EventHandler.Invoke(sender As Object, e As EventArgs) (unknown file): N 00000
System.Web.UI.Page.OnPreInit(e As EventArgs) (unknown file): N 00109
System.Web.UI.Page.PerformPreInit() (unknown file): N 00036
System.Web.UI.Page.ProcessRequestMain(includeStagesBeforeAsyncPoint As Boolean, includeStagesAfterAsyncPoint As Boolean) (unknown file): N 01122
---- ASP.NET Collections ----
==========================================
QueryString
==========================================
Year 2023
Name 0783
EffectiveDate 01012023
==========================================
Cookies
==========================================
ASP.NET_SessionId ruqe53qawyks50mh15ckktm5
==========================================
Session
==========================================
newVisit False
showDebug False
showTrace False
nextPage /special-rates/2023/Table078301012023.aspx
==========================================
Cache
==========================================
Breadcrumbs-special-rates2023srinfoaspxOPM.gov MainPolicySpecial Rates
XmlDoc-C:\home\site\wwwroot\Navigation.configSystem.Xml.XmlDocument
Breadcrumbs-special-rates2019Table052401012019aspxOPM.gov MainPolicySpecial Rates
AddThisConfiguration-C:\home\site\wwwroot\config\AddThis.config_ConfigObjectSantantonio.Modules.Business.AddThisConfig
ApplicationDefaultGroupsSet:CacheSetSystem.Collections.Generic.List`1[System.String]
__System.Web.WebPages.Deployment__C:\home\site\wwwroot\C:\home\site\wwwroot\
Breadcrumbs-special-rates2015Table000101012015aspxOPM.gov MainPolicySpecial Rates
Breadcrumbs-special-rates2010Table060001012010aspxOPM.gov MainPolicySpecial Rates
Breadcrumbs-special-rates2010Table025201012010aspxOPM.gov MainPolicySpecial Rates
Breadcrumbs-special-rates2024Table983P01012024aspxOPM.gov MainPolicySpecial Rates
__AppStartPage__~/_appstart.vbhtml~/_appstart.vbhtml
XslDoc-C:\mounts\shared\inc\DynamicSecondaryNavigation.xslSystem.Xml.Xsl.XslTransform
RewriterConfig_ConfigObject URLRewriter.Config.RewriterConfiguration
Breadcrumbs-special-rates2010Table049901012010aspxOPM.gov MainPolicySpecial Rates
XslDoc-C:\mounts\shared\inc\navigation.xslSystem.Xml.Xsl.XslTransform
Breadcrumbs-special-rates2019Table061301012019aspxOPM.gov MainPolicySpecial Rates
XslDoc-C:\mounts\shared\inc\Sitemap.xslSystem.Xml.Xsl.XslTransform
:CacheSet System.Collections.Generic.List`1[System.String]
Breadcrumbs-special-rates2010Table061401012010aspxOPM.gov MainPolicySpecial Rates
XmlDoc-C:\mounts\shared\navigation\Navigation.configSystem.Xml.XmlDocument
Breadcrumbs-special-rates2010Table499H01012010aspxOPM.gov MainPolicySpecial Rates
Breadcrumbs-special-rates2010Table027601012010aspxOPM.gov MainPolicySpecial Rates
Breadcrumbs-special-rates2016Table057201012016aspxOPM.gov MainPolicySpecial Rates
ExceptionConfig_ConfigPath ~/config/Exception.config
Application_SettingsFile_ConfigPath~/Config/Application.Config
General_SettingsFile_ConfigPath~/Config/General.Config
Breadcrumbs-special-rates2018Table372A01012018aspxOPM.gov MainPolicySpecial Rates
AllBreadcrumbs:CacheSet System.Collections.Generic.List`1[System.String]
Settings-C:\home\site\wwwroot\settings.configSantantonio.Controls.XmlConfigItems
Breadcrumbs-special-rates2011Table057701012011aspxOPM.gov MainPolicySpecial Rates
Breadcrumbs-special-rates2010Table499A01012010aspxOPM.gov MainPolicySpecial Rates
Application_SettingsFile_ConfigObjectSantantonio.Modules.Config.ApplicationSettings
RewriterConfig_ConfigPath ~/config/URLRewrite.config
Breadcrumbs-special-rates2023Table079401012023aspxOPM.gov MainPolicySpecial Rates
/special-rates/js/core/webmethods.jsSystem.IO.UnmanagedMemoryStream
__AppStartPage__~/_appstart.cshtml~/_appstart.cshtml
PermissionConfig_ConfigPath ~/config/Permissions.config
PermissionConfig_ConfigObject Santantonio.Modules.Business.XmlPermissions
ExceptionConfig_ConfigObject Santantonio.Modules.Business.ExceptionSettings
Breadcrumbs-special-rates2010Table061201012010aspxOPM.gov MainPolicySpecial Rates
General_SettingsFile_ConfigObjectSantantonio.Modules.Config.ModuleSettings
SearchCollectionsSetKey:CacheSetSystem.Collections.Generic.List`1[System.String]
/special-rates/js/core/webmethods.setup.jsSystem.IO.UnmanagedMemoryStream
==========================================
Headers
==========================================
Cache-Control max-age=86400
Via HTTP/1.1 Azure
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding gzip
Accept-Language en-US,en;q=0.5
Host app-opmweb-p-pay-table-special-rates-web.azurewebsites.net
Max-Forwards 10
User-Agent CCBot/2.0 (https://commoncrawl.org/faq/)
X-Forwarded-For 2600:1f28:365:80b0:2671:7894:807d:5514, 23.218.220.154, 23.222.0.213, 69.15.56.103, 10.1.1.27
X-Forwarded-Host www.opm.gov
X-Forwarded-Proto https
X-Azure-FDID 185cd79d-6c22-47f1-9391-9934d9b83b6e
X-Azure-JA4-Fingerprint t13d250800_2f5804d30d6a_cca5489657d1
True-Client-IP 2600:1f28:365:80b0:2671:7894:807d:5514
Akamai-Bot Akamai-Categorized Bot (ccbot):monitor:Artificial Intelligence (AI) Bots
CDN-Loop akamai;v=1.0;c=1
X-Akamai-CONFIG-LOG-DETAIL true
Akamai-Origin-Hop 2
x-azure-ref 20260513T032357Z-179d6cfbb7589dfchC1IAD976c00000002n00000000024ec, 20260513T032357Z-er187c6c59chp8jshS1BNRcc2s000000065000000000g2n9
x-azure-clientip 2600:1f28:365:80b0:2671:7894:807d:5514
x-azure-socketip 23.222.0.213
x-azure-requestchainv2 hops=2
X-ARR-LOG-ID 4828c9fe-c41d-4c50-bf82-48282a8a940d
CLIENT-IP [fd40:c2fb:121:164b:6c21:300:a01:11b]:40864
DISGUISED-HOST app-opmweb-p-pay-table-special-rates-web.azurewebsites.net
X-SITE-DEPLOYMENT-ID app-opmweb-p-pay-table-special-rates-web
WAS-DEFAULT-HOSTNAME app-opmweb-p-pay-table-special-rates-web.azurewebsites.net
X-AppService-Proto https
X-ARR-SSL 2048|256|CN=Microsoft Azure RSA TLS Issuing CA 08, O=Microsoft Corporation, C=US|CN=*.azurewebsites.net, O=Microsoft Corporation, L=Redmond, S=WA, C=US
X-Forwarded-TlsVersion 1.3
X-Original-URL /special-rates/2023/Table078301012023.aspx
X-WAWS-Unencoded-URL /special-rates/2023/Table078301012023.aspx
==========================================
ServerVariables
==========================================
APPL_MD_PATH /LM/W3SVC/1922077423/ROOT/special-rates
APPL_PHYSICAL_PATH C:\home\site\wwwroot\
CERT_KEYSIZE 256
CERT_SECRETKEYSIZE 2048
CERT_SERVER_ISSUER CN=Microsoft Azure RSA TLS Issuing CA 08, O=Microsoft Corporation, C=US
CERT_SERVER_SUBJECT CN=*.azurewebsites.net, O=Microsoft Corporation, L=Redmond, S=WA, C=US
CONTENT_LENGTH 0
GATEWAY_INTERFACE CGI/1.1
HTTPS on
HTTPS_KEYSIZE 256
HTTPS_SECRETKEYSIZE 2048
HTTPS_SERVER_ISSUER CN=Microsoft Azure RSA TLS Issuing CA 08, O=Microsoft Corporation, C=US
HTTPS_SERVER_SUBJECT CN=*.azurewebsites.net, O=Microsoft Corporation, L=Redmond, S=WA, C=US
INSTANCE_ID 1922077423
INSTANCE_META_PATH /LM/W3SVC/1922077423
LOCAL_ADDR 10.90.0.13
PATH_INFO /special-rates/ViewTable.aspx
PATH_TRANSLATED C:\home\site\wwwroot\ViewTable.aspx
QUERY_STRING Year=2023&Name=0783&EffectiveDate=01012023
REMOTE_ADDR 10.1.1.27
REMOTE_HOST 10.1.1.27
REMOTE_PORT 0
REQUEST_METHOD GET
SCRIPT_NAME /special-rates/ViewTable.aspx
SERVER_NAME app-opmweb-p-pay-table-special-rates-web.azurewebsites.net
SERVER_PORT 443
SERVER_PORT_SECURE 1
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Microsoft-IIS/10.0
URL /special-rates/ViewTable.aspx
HTTP_CACHE_CONTROL max-age=86400
HTTP_VIA HTTP/1.1 Azure
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_ENCODING gzip
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_HOST app-opmweb-p-pay-table-special-rates-web.azurewebsites.net
HTTP_MAX_FORWARDS 10
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
HTTP_X_FORWARDED_FOR 2600:1f28:365:80b0:2671:7894:807d:5514, 23.218.220.154, 23.222.0.213, 69.15.56.103, 10.1.1.27
HTTP_X_FORWARDED_HOST www.opm.gov
HTTP_X_FORWARDED_PROTO https
HTTP_X_AZURE_FDID 185cd79d-6c22-47f1-9391-9934d9b83b6e
HTTP_X_AZURE_JA4_FINGERPRINT t13d250800_2f5804d30d6a_cca5489657d1
HTTP_TRUE_CLIENT_IP 2600:1f28:365:80b0:2671:7894:807d:5514
HTTP_AKAMAI_BOT Akamai-Categorized Bot (ccbot):monitor:Artificial Intelligence (AI) Bots
HTTP_CDN_LOOP akamai;v=1.0;c=1
HTTP_X_AKAMAI_CONFIG_LOG_DETAILtrue
HTTP_AKAMAI_ORIGIN_HOP 2
HTTP_X_AZURE_REF 20260513T032357Z-179d6cfbb7589dfchC1IAD976c00000002n00000000024ec, 20260513T032357Z-er187c6c59chp8jshS1BNRcc2s000000065000000000g2n9
HTTP_X_AZURE_CLIENTIP 2600:1f28:365:80b0:2671:7894:807d:5514
HTTP_X_AZURE_SOCKETIP 23.222.0.213
HTTP_X_AZURE_REQUESTCHAINV2 hops=2
HTTP_X_ARR_LOG_ID 4828c9fe-c41d-4c50-bf82-48282a8a940d
HTTP_CLIENT_IP [fd40:c2fb:121:164b:6c21:300:a01:11b]:40864
HTTP_DISGUISED_HOST app-opmweb-p-pay-table-special-rates-web.azurewebsites.net
HTTP_X_SITE_DEPLOYMENT_ID app-opmweb-p-pay-table-special-rates-web
HTTP_WAS_DEFAULT_HOSTNAME app-opmweb-p-pay-table-special-rates-web.azurewebsites.net
HTTP_X_APPSERVICE_PROTO https
HTTP_X_ARR_SSL 2048|256|CN=Microsoft Azure RSA TLS Issuing CA 08, O=Microsoft Corporation, C=US|CN=*.azurewebsites.net, O=Microsoft Corporation, L=Redmond, S=WA, C=US
HTTP_X_FORWARDED_TLSVERSION 1.3
HTTP_X_ORIGINAL_URL /special-rates/2023/Table078301012023.aspx
HTTP_X_WAWS_UNENCODED_URL /special-rates/2023/Table078301012023.aspx
| |