I've deployed a .NET Framework web app to an Azure web app, framework version 4.7.2. It works fine on my development machine, but when I try to load the Azure web app I get different errors every time I refresh the page, e.g.:
Could not load file or assembly 'System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Access is denied.
Could not load file or assembly 'Microsoft.ApplicationInsights.TraceListener' or one of its dependencies. Access is denied.
Why one earth does the error change when the page is refreshed? Normally it stays the same until it's fixed.