iis 7 - Configure application pools with the default settings using AppCmd.exe -


i working on build script , need reconfigure application pool default settings using appcmd.exe. point me right direction? thank you.

you can list of settings using this...

appcmd list apppool "test" /text:* 

you can check https://technet.microsoft.com/en-us/library/cc732992%28v=ws.10%29.aspx more information.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -