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.Gateway | |
| 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.Gateway')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService.Gateway/Web.config | 2 |
1 files changed, 1 insertions, 1 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> |
