Fix iss issue
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user