Fix iss issue

This commit is contained in:
Bjarke Berg
2020-08-18 11:36:45 +02:00
parent 20c8ae1fa7
commit 5f6de61391

View File

@@ -63,6 +63,10 @@ namespace Umbraco.Web.UI.NetCore
options.AllowSynchronousIO = true;
});
services.Configure<IISServerOptions>(options =>
{
options.AllowSynchronousIO = true;
});
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.