Rename UseIIS() to UseIISIntegration() in comment
This commit is contained in:
parent
31a00f19f8
commit
7ba590b6f1
|
|
@ -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<IISOptions>(options =>
|
||||
{
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue