I have a peculiar scenario. We have .net framework 4.6.1 installed with IIS 7.
How do we force only one web application to use TLS 1.2 without making registry changes which would affect the whole server?
This one web application should not fallback to TLS 1.0 or 1.1 even though the server supports it.
What options do we have? Thanks.