aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-07-24 15:44:31 +0300
committerRoy <Roy.mail.net@gmail.com>2022-07-24 15:44:31 +0300
commitd90cbe4b53bcb2c9c97929451e33d78af4640fd6 (patch)
treecca0655d6b94b7155cbd80a9dd461b59e5e9aae8 /Software/Visual_Studio/Web
parent956080f0a2c413941752014a7a778ca1eaaad37d (diff)
downloadTango-d90cbe4b53bcb2c9c97929451e33d78af4640fd6.tar.gz
Tango-d90cbe4b53bcb2c9c97929451e33d78af4640fd6.zip
Changed http runtime on machine service and gateway to 4.7 for TLS 1.2
Diffstat (limited to 'Software/Visual_Studio/Web')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService.Gateway/Web.config2
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Web.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Web.config b/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Web.config
index a98a27556..530d786ea 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Web.config
+++ b/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Web.config
@@ -30,7 +30,7 @@
</appSettings>
<system.web>
<compilation debug="true" targetFramework="4.6.1" />
- <httpRuntime targetFramework="4.6.1" />
+ <httpRuntime targetFramework="4.7" />
</system.web>
<system.webServer>
<handlers>
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Web.config b/Software/Visual_Studio/Web/Tango.MachineService/Web.config
index 9cfdc9ccd..54cb322d9 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Web.config
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Web.config
@@ -49,7 +49,7 @@
-->
<system.web>
<compilation debug="true" targetFramework="4.7.2" />
- <httpRuntime targetFramework="4.5" />
+ <httpRuntime targetFramework="4.7" />
<httpModules>
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
</httpModules>