From 74738a2bd9bd1639db6048da76ebc15032098d47 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 5 Jul 2018 20:14:06 +0000 Subject: [PATCH] --- Program.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Program.cs b/Program.cs index a69400d..4cc7a5b 100644 --- a/Program.cs +++ b/Program.cs @@ -23,14 +23,7 @@ namespace GZTW.Pecklist .CaptureStartupErrors(true) .UseSetting("detailedErrors", "true") .UseKestrel() - .UseContentRoot(System.IO.Directory.GetCurrentDirectory()) - //.UseIISIntegration() - // .ConfigureLogging((hostingContext, logging) => - // { - // logging.AddConfiguration(hostingContext.Configuration.GetSection("Logging")); - // logging.AddConsole(); - // logging.AddDebug(); - // }) + .UseContentRoot(System.IO.Directory.GetCurrentDirectory()) .UseStartup() .Build(); }