Does anyone have any idea what generates this error? I was simply editing partial views, and suddenly the site started going dog slow before crashing out like this. Thanks
Just needed Application Pool restarting. Was an Azure site so was trickier to complete this. Without restarting the app pools, this site was offline for at least 18 hours I left it unattended.
This reset of Application Pools cannot be done in code neither as it may corrupt data through failure to gracefully comply with the shutdown request.
Hope this helps someone else with this problem, hence why I posted the answer I found.
Umbraco cannot run
Umbraco cannot run
Umbraco.Core.Exceptions.BootFailedException
Seems like there is something wrong with the site I've got running at
https://1prd-l2b-umbraco.azurewebsites.net
Does anyone have any idea what generates this error? I was simply editing partial views, and suddenly the site started going dog slow before crashing out like this. Thanks
Just needed Application Pool restarting. Was an Azure site so was trickier to complete this. Without restarting the app pools, this site was offline for at least 18 hours I left it unattended.
This reset of Application Pools cannot be done in code neither as it may corrupt data through failure to gracefully comply with the shutdown request.
Hope this helps someone else with this problem, hence why I posted the answer I found.
is working on a reply...