You can create app pools via cmd line.
C:\Windows\System32\inetsrv>appcmd add apppool /name:NewAppPool
Done.
ref:http://learn.iis.net/page.aspx/114/getting-started-with-appcmdexe/
Because I tend to misplace my thoughts, I will try to put them here.
"Everything should be made as simple as possible, but not one bit simpler." - Albert Einstein
You can create app pools via cmd line.
C:\Windows\System32\inetsrv>appcmd add apppool /name:NewAppPool
Done.
ref:http://learn.iis.net/page.aspx/114/getting-started-with-appcmdexe/
No comments:
Post a Comment