Application Error

An unexpected error has occured.

System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Exception: 

Error processing template 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Message: Access is denied
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
StackTrace: 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Source: 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TargetSite: 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
01: <!DOCTYPE html>
02: <html lang="en">
03:     <head>
04:         <title>${Website.Title} | Funeral &amp; Cremation Services for #foreach($loc in $Website.Facilities) ${loc.City}, ${loc.State} - #end Residents</title>
05:         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
06: 
07:         $!{Website.RenderPartial("html-head")}
08: 
09:         <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetSkinPath("/css/theme-store${Website.AssetSuffix}.css")}' />
10:         <link rel="stylesheet" type="text/css" href="${Website.CdnPath("/css/background.css")}" />
11:         #if ( $Assets.HasAsset("store-custom.css") )
12:             <link rel="stylesheet" type="text/css" href="${Assets.RenderPath('store-custom.css')}" />
13:         #end
14: 
15:         <script type="text/javascript" src='${Website.ResolveAssetPath("/js/theme-store${Website.AssetSuffix}.js")}'></script>
16:         #if ( $Assets.HasAsset("store-custom.js") )
17:             <script type="text/javascript" src="${Assets.RenderPath('store-custom.js')}"></script>
18:         #end
19: 
20:         $!{Assets.Render("header.inc")}
21:         $!{Website.RenderSharedFile("userTimeZone.inc")}
22:         $!{Website.RenderPartial("facebook-pixel")}
23:     </head>
24: 
25:     <body vocab="https://schema.org/">
26:         <div class="body">
27:             <div class="background">
28:                 <div class="concept">
29:                     <div class="concept-body">
30:                         <div class="content">
31:                             <div class="header">
32:                                 <div class="header-return-home">
33:                                     <a href="/"><span>«</span><em>Return to home page</em></a>
34:                                 </div>
35:                                 <div class="header-have-questions">
36:                                     <p>Have questions? Contact our Sympathy Store Advisors anytime at 1-888-932-7658</p>
37:                                 </div>
38:                                 <div id="logo">
39:                                     #if($Website.ResourceExists('images/logo_store.png'))
40:                                     <a href="/">
41:                                         <img src="${Website.CdnPath('/images/logo_store.png')}" class="client-logo-store" name="logo" />
42:                                     </a>
43:                                     #else
44:                                     <a href="/">$!{Website.RenderWidgetGroup("Logo")}</a>
45:                                     #end
46:                                 </div>
47:                             </div>
48:                             <div class="center">
49:                                 <div class="center-body">
50:                                     <div class="center-content">
51:                                         $!{Page.Content}
52: 
53:                                         #if($Website.IsMobileBrowser && $Website.HasMobileVersion)
54:                                         <p class="alternate-version">
55:                                             <br/><br/>
56:                                             <a href="?forceView=M">View Mobile Version</a>
57:                                             <br/><br/>
58:                                         </p>
59:                                         #end
60:                                     </div>
61:                                 </div>
62:                             </div>
63:                         </div>
64:                     </div>
65:                 </div>
66:             </div>
67:         </div>
68:         $!{Assets.Render("footer.inc")}
69:     </body>
70: </html>
71: 

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

   at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String filename, String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 207
   at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 52
   at funeralOne.WMS2.View.Wms2Processor.RenderDesignTemplate(Int32 designTemplate, Int32 elementId, VelocityContext context) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1246
   at funeralOne.WMS2.View.Wms2Processor.GetHeaderElementData(Int32 elementId, String sectionName, String pageName) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1203
   at funeralOne.WMS.Web.WmsHttpModule.GetHeaderByTemplatePageId(Int32 templatePageId, Int32 elementId, HeaderParse hp, String sectionName, String pageName) in C:\hi\git\f1connect-wms\funeralOne.WMS\Web\WmsHttpModule.cs:line 1477
   at NopSolutions.NopCommerce.Web.MasterPages.root.RenderHeadTagContent() in C:\azbuildagent\_work\364\s\Store\MasterPages\Root.Master.cs:line 108
   at NopSolutions.NopCommerce.Web.MasterPages.root.OnLoad(EventArgs e) in C:\azbuildagent\_work\364\s\Store\MasterPages\Root.Master.cs:line 83
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.category_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

- Please try refreshing the page and trying again.
- If the problem persists, please notify the website owner.
- The administrators of this website have been notified of this error.

Powered by the funeralOne F1Connect/2.268.0.0 Platform.
funeralOne F1Connect 2.268.0.0/WMS Diagnostic Messages (FOR INTERNAL USE ONLY)

* Removing GZip filter
* GZip filter removed

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

* HTTP Request: (GET) (/store/windchimes?pr=50-100)

* Total Cache items: (15010)
* Total HttpCache items: (0)
* Time taken to process request: (0 ms)

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

* Machine Name: (WEB12)
* App Physical path: (C:\inetpub\websites\wms-processor\store\)

* INSTANCE_META_PATH: (/LM/W3SVC/2)
* Website Name: (funeralOne.WMS)
* Application Pool: (funeralOne.Store)

* Stackify.AppName: (StoreDesktop)
* WmsSharedDir: (C:\hi\shared\WMS)
* WMS.Cache.Path: (C:\hi\shared\WMS-Cache)
* WMS.Cache.TextFiles.Enabled: (True)
* WMS.Templates.Path: (C:\hi\shared\WMS-Templates)
* WMS.Templates.Watch: (True)
* WMS.Templates.WatchTimeoutMs: (15000)
* WMS.Resources.FromS3.Enabled: (True)
* WMS.Resources.DynamicCSS.Files: (custom/skin.css,custom/skin.min.css,custom/fonts.css,custom/fonts.min.css,custom/skin.store.css,custom/skin.store.min.css,skins/custom/css/_dev/app.css,skins/custom/css/_dev/app.min.css,skins/custom/css/_qa/app.css,skins/custom/css/_qa/app.min.css,skins/custom/css/app.css,skins/custom/css/app.min.css,css/theme-appointments.css,css/theme-appointments.min.css)
* WMS.CacheFlush.Enabled: (True)
* WMS.Cdn.Fingerprint.CacheIndexKey: (Fingerprint)
* WMS.Cdn.Bucket: (Live)
* WMS.Cdn.Bucket.Image: (https://cdn.f1connect.net)
* WMS.MinifyAssets.Enabled: (True)
* WMS.ImageCompress.Enabled: (true)
* DefaultBranchId: (1)
* awsBucketVideos: (videos.f1connect.com)
* awsBucketMemorialWebsites: (storage.lifetributes.com)
* awsBucketWMS: (storage.funeralone.net)

* Connection: (close)
* Accept: (*/*)
* Accept-Encoding: (gzip, br)
* Host: (www.herod-rishel.com)
* User-Agent: (Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected]))
* cf-ray: (9ce395c658c03334-DFW)
* x-forwarded-for: (216.73.216.156)
* cf-connecting-ip: (216.73.216.156)
* cdn-loop: (cloudflare; loops=1)
* x-forwarded-proto: (https)
* cf-ipcountry: (US)
* cf-visitor: ({"scheme":"https"})
* x-datadog-trace-id: (16199604128781767751)
* x-datadog-parent-id: (2451067886264926741)
* x-datadog-sampling-priority: (-1)
* x-datadog-tags: (_dd.p.tid=69918a4300000000)
* traceparent: (00-69918a4300000000e0d08e203dfd1447-2203f14199304215-00)
* tracestate: (dd=s:-1;p:2203f14199304215)