-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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
warrenbuckley
Metadata
Metadata
Assignees
Labels
No labels