Skip to content

Support for Managed pipeline mode Classic #654

@warlike1985

Description

@warlike1985

Hello @warrenbuckley

Thank you for your work! I have to use Classic pipeline mode our project and can't set this mode.

// Based on the CLR chosen use the correct built in AppPools shipping with IISExpress
const appPool = this._args.clr === settings.clrVersion.v40 ? "Clr4IntegratedAppPool" : "Clr2IntegratedAppPool";

this extra option handle this in IISExpress.ts:

const appPool = this._args.clr === settings.poolVersion.Integrated ? settings.clrVersion.v40 ? "Clr4IntegratedAppPool" : "Clr2IntegratedAppPool" : settings.clrVersion.v40 ? "Clr4ClassicAppPool" : "Clr2ClassicAppPool";

what do you think?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions