Rename UseIIS() to UseIISIntegration() in comment

This commit is contained in:
campersau 2016-04-17 02:49:58 +02:00
parent 31a00f19f8
commit 7ba590b6f1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace IISSample
{ {
public void ConfigureServices(IServiceCollection services) 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<IISOptions>(options => services.Configure<IISOptions>(options =>
{ {
}); });