|
|
|
@ -20,6 +20,7 @@ namespace Mvc.Client { |
|
|
|
public void Configure(IApplicationBuilder app) { |
|
|
|
var factory = app.ApplicationServices.GetRequiredService<ILoggerFactory>(); |
|
|
|
factory.AddConsole(); |
|
|
|
factory.AddDebug(); |
|
|
|
|
|
|
|
app.UseIISPlatformHandler(options => { |
|
|
|
options.FlowWindowsAuthentication = false; |
|
|
|
|