App pool restarting - keeps touching clientdependency.config
Hi,
Bit of an odd one -
v4.4.2 UmbracoForms
v7.5.14 Umbraco
When I push Umbraco Forms to the production site there are loads of restarts as the clientdependency.config and dashboard.config get modified on every request. I don't get this happening locally. Removing the dlls associated with the forms product
EPPlus.dll
Umbraco.Forms.Core.dll
Umbraco.Forms.Core.Providers.dll
Umbraco.Forms.Web.dll
Umbraco.Forms.Web.XmlSerializers.dll
Umbraco.Licensing.dll
stops the app restarts and the site becomes responsive again. Has anyone else seen this issue and have any ideas how I can get forms working?!
The App_Data directory is a virtual directory and this is the cause of the slowness. As soon as this directory resides under the web root everything is fine.
App pool restarting - keeps touching clientdependency.config
Hi,
Bit of an odd one -
v4.4.2 UmbracoForms v7.5.14 Umbraco
When I push Umbraco Forms to the production site there are loads of restarts as the clientdependency.config and dashboard.config get modified on every request. I don't get this happening locally. Removing the dlls associated with the forms product
stops the app restarts and the site becomes responsive again. Has anyone else seen this issue and have any ideas how I can get forms working?!
An update to this, I've managed to narrow down the issue to be the same as this one on SO but for forms 4.4.2/4.4.3.
https://stackoverflow.com/questions/44819735/umbraco-7-6-3-backend-is-slow-after-installing-forms-6-0-1-with-app-data-virtual
The App_Data directory is a virtual directory and this is the cause of the slowness. As soon as this directory resides under the web root everything is fine.
is working on a reply...