microsoft / IIS.ServiceMonitor

An entrypoint process for running IIS in Windows containers
MIT License
126 stars 42 forks source link

Change filtering on Environment variables as it currently breaks ASP.NET 3.5 on 1803 #37

Closed shirhatti closed 6 years ago

shirhatti commented 6 years ago
<environmentVariables>
  <add name="DRIVERDATA" value="C:\Windows\System32\Drivers\DriverData" />
  <add name="PATH" value="C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\ContainerAdministrator\AppData\Local\Microsoft\WindowsApps" />
</environmentVariables>
shirhatti commented 6 years ago
mcy94w commented 6 years ago

Close the issue since the PR is completed.