diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-07-24 15:44:31 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-07-24 15:44:31 +0300 |
| commit | d90cbe4b53bcb2c9c97929451e33d78af4640fd6 (patch) | |
| tree | cca0655d6b94b7155cbd80a9dd461b59e5e9aae8 /Software/Visual_Studio/Web/Tango.MachineService/Web.config | |
| parent | 956080f0a2c413941752014a7a778ca1eaaad37d (diff) | |
| download | Tango-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/Tango.MachineService/Web.config')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Web.config | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
