azure - How to run webapp on Auzre with classic mode -


i want run app classic mode, in azure how should that? idea can figure startup script? right?

you have deploy website in a webrole, , not website. doing so, have ability run a startup task in elevated mode. put following line in startup task script:

appcmd.exe set config -section:system.applicationhost/applicationpools /applicationpooldefaults.managedpipelinemode:"classic" /commit:apphost 

and trick.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -