Contents tagged with IIS7 Tweets
-
IIS7 Tweet #2: Modifying an existing binding for the website
appcmd.exe set config -section:system.applicationHost/sites /[name='Default Web Site'].bindings.[protocol='http',bindingInformation='*:80:'].bindingInformation:"*:80:www.test.com" /commit:apphost
-
IIS7 Tweet #1 : Setting UploadReadAheadSize
appcmd.exe set config -section:system.webServer/serverRuntime /uploadReadAheadSize:"49152" /commit:apphost