richard.herbert
05/31/2023, 1:41 PMweb.config
file?richard.herbert
05/31/2023, 2:02 PMevagoras
05/31/2023, 2:12 PM$appPool = New-Item "nameOfMyWebsitePool"
$appPool | Set-ItemProperty -Name "managedRuntimeVersion" -Value "v4.0"
richard.herbert
05/31/2023, 2:16 PMweb.config
file.
We have an opaque deployment system that I don't have access to that is resetting the version to v2. I might have to find someone who has access to add something like that, thanks.evagoras
05/31/2023, 2:17 PMrichard.herbert
05/31/2023, 2:18 PMevagoras
05/31/2023, 2:19 PMcommand( "!PowerShell.exe -File " & iisSetupFilePhysicalPath & " -WebsitePhysicalPath " & appWWWootFolder & " -AppPoolName " & appPoolName & " -WebSiteName " & appPoolName ).run();
evagoras
05/31/2023, 2:21 PMserver.json
"scripts":{
"onServerInstall":"box run taskrunnerMethodWithPowerhsell",...
richard.herbert
05/31/2023, 2:23 PM