Skip to content

Commit

Permalink
disable apppool rapid fail protection
Browse files Browse the repository at this point in the history
  • Loading branch information
suwatch committed Oct 8, 2017
1 parent f090599 commit 2f807fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kudu.SiteManagement/SiteManager.cs
Expand Up @@ -375,6 +375,7 @@ private static ApplicationPool EnsureAppPool(ServerManager iis, string appName)
kuduAppPool.ManagedRuntimeVersion = "v4.0";
kuduAppPool.AutoStart = true;
kuduAppPool.ProcessModel.LoadUserProfile = true;
kuduAppPool.Failure.RapidFailProtection = false;

// We've seen strange errors after switching to VS 2015 msbuild when using App Pool Identity.
// The errors look like:
Expand Down

0 comments on commit 2f807fe

Please sign in to comment.