From 7ba590b6f1daed098e9c914c6494f1b604a2a362 Mon Sep 17 00:00:00 2001 From: campersau Date: Sun, 17 Apr 2016 02:49:58 +0200 Subject: [PATCH] Rename UseIIS() to UseIISIntegration() in comment --- samples/IISSample/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/IISSample/Startup.cs b/samples/IISSample/Startup.cs index d2873e99b3..ec127336cd 100644 --- a/samples/IISSample/Startup.cs +++ b/samples/IISSample/Startup.cs @@ -12,7 +12,7 @@ namespace IISSample { public void ConfigureServices(IServiceCollection services) { - // These two middleware are registered via an IStartupFilter in UseIIS but you can configure them here. + // These two middleware are registered via an IStartupFilter in UseIISIntegration but you can configure them here. services.Configure(options => { });