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
Post a Comment