I'm trying to solve the problem of TLS1.2 and DNN and my XMod forms.
I have DNN7 running on 2012R2 with .NET4.7 installed but the DNN7 web.config has .NET4.0 as the target framework. When I change the target framework to .NET4.7 my XMod forms disappear.
The reason I'm changing the target framework is to force .NET4.7 to process security and enforce TLS1.2.
Did XMod have any upgrades to handle this issue, or is there another solution as to why my XMod forms disappear when targetting .NET4.7?