aron
aron

Reputation: 2886

Azure Website to use Classic Application Pipeline

I'm moving 10 sites to Azure Website(s), they need to use Classic Application Pipeline, not integrated. How can I set that?

Upvotes: 1

Views: 340

Answers (1)

SliverNinja - MSFT
SliverNinja - MSFT

Reputation: 31651

Currently - you cannot modify any application pool settings of Azure Websites for any Mode (Free, Shared, or Reserved). There are few configuration settings you can control for Azure Websites.

You will need to either use an Azure VM or Azure Web Role.

Upvotes: 2

Related Questions