I'm attempting to update the sessionState sqlConnectionString value for a site with appcmd, via the following: appcmd set config "SiteName" /section:sessionState /sqlConnectionString:Server=connectionString /commit:site This is the result returned: Applied configuration changes to section...