Skip to content
This repository was archived by the owner on Apr 11, 2020. It is now read-only.
This repository was archived by the owner on Apr 11, 2020. It is now read-only.

IISPlatformHandler's Debug request reaches the users application #261

@NTaylorMullen

Description

@NTaylorMullen

If you have the following in your startup application:

app.Run(async (context) =>
{
    await context.Response.WriteAsync("Hello World!");
});

You'll see the middleware be invoked twice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions