We have a legacy .NET 2.0? ClickOnce application for which developers have been using the caspol.exe tool located at:
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\caspol.exe
To add a group, adding a site in, and giving it full trust to be able to run ClickOnce applications from it. Let me show you an example command from the script they run:
caspol.exe -pp off -m -ag LocalIntranet_Zone -url http://ourserver/* FullTrust -n GroupNamehere
The question I have is, how can I handle this with group policy? This feels messy and if I am not mistaken if it ever gets migrated forward to new .NET versions managing it with caspol.exe is deprecated, correct?
I have been UNABLE to find ANYTHING regarding handling it with GPO and I have searched multiple times, maybe I am blind!
I have tried adding it to Trusted Sites as well as trying the LocalIntranet sites through Internet Explorer -> Internet Control Panel -> Computer & User policy, enabling low security, and giving it enabled on nearly all permissions, still did not work.
Only thing that seems to resolve the issue is using the caspol.exe to adding it as above.
I hope this is the right place for this, thanks.