Create application pool and set managed pipeline mode

Hello,

I need to know how to set the managed pipeline mode to ‘Classic’ while creating an application pool.

Hi Agustin,

Thanks for reaching out. Currently the only way to set this is using Powershell: https://gist.github.com/Dalmirog/f813e1f95b2b3a3b47c791809f6232dc

I’ve created a Uservoice suggestion to see if the community would find this enhancement useful. If they do, we’ll most likely end up adding it to our IIS steps. Please drop by and add some votes to it if you’d like to see it implemented in the future.

Cheers,
Dalmiro

Thanks!!

Also, thanks for taking in accout the feedback.

Regards

AGUSTIN GUERRA

No hay problema!

Saludos :slight_smile:
Dalmiro

Dalmiro,

I am trying to create a offline package drop.

[image: Inline image 1]
I am getting that error. Do you know whats going on?

AGUSTIN GUERRA

Hi Agustin,

That screenshot doesn’t say a lot about the context of the error, but It all points out to the deployment trying to do something with a windows service through sc.exe (either creating or modifying it), but the account running the deployment process doesn’t have enough permissions to do so.

Can you try to run this same offline package drop with an administrator account on that machine?

Thanks,
Dalmiro