v7.5 Failing on Web server 2016 through Azure Devops
I deployed through Azure devops an older website running v7.5 (not made by me) and since then I keep getting:
2018-12-13 16:35:56,246 [P5684/D4/T13] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://mysite.co.uk:80/umbraco (UmbracoModule request)
2018-12-13 16:35:56,668 [P5684/D4/T13] INFO umbraco.content - Load Xml from file...
2018-12-13 16:35:56,668 [P5684/D4/T13] INFO umbraco.content - Loaded Xml from file.
2018-12-13 16:35:57,230 [P5684/D4/T13] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
2018-12-13 16:35:57,230 [P5684/D4/T13] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 0 (took 1ms)
2018-12-13 16:35:57,637 [P5684/D4/T13] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2018-12-13 16:35:57,637 [P5684/D4/T13] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 0 (took 0ms)
2018-12-13 16:35:57,965 [P5684/D4/T13] WARN Umbraco.Web.UmbracoModule - Status code is 404 yet TrySkipIisCustomErrors is false - IIS will take over.
2018-12-13 16:35:58,371 [P5684/D2/T12] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: ConfigurationChange
_shutDownMessage=IIS configuration change
HostingEnvironment initiated shutdown
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.Hosting.PipelineRuntime.StopProcessing()
2018-12-13 16:35:59,012 [P5684/D4/T13] WARN Umbraco.Web.UmbracoModule - Status code is 404 yet TrySkipIisCustomErrors is false - IIS will take over.
2018-12-13 16:36:19,643 [P5684/D3/T11] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: ConfigurationChange
I've been fighting with it for days. Anyone knows what's going on? I'm running out of things to think
I do, but I've tried all options of FCN more than once. It doesn't solve it. I've also seen the MS hotfix for server 2012 and that doesn't fix it either. (I ended up migrating it to 2016 server).
v7.5 Failing on Web server 2016 through Azure Devops
I deployed through Azure devops an older website running v7.5 (not made by me) and since then I keep getting:
I've been fighting with it for days. Anyone knows what's going on? I'm running out of things to think
Hello Harry!
Do you have any plugins on the site?
Take a look at this article, I'm just guessing now but I've had similar weird issues and this solved it for me: https://shazwazza.com/post/all-about-aspnet-file-change-notification-fcn/
Hi Alexander,
I do, but I've tried all options of FCN more than once. It doesn't solve it. I've also seen the MS hotfix for server 2012 and that doesn't fix it either. (I ended up migrating it to 2016 server).
Thanks though.
is working on a reply...