Hacker News new | ask | show | jobs
by hulitu 1716 days ago
As far as i know .NET binaries cannot run from a network share which is a big limitation.
2 comments

Not actually correct. You needed to fiddle about with code access security using the caspol tool and then they'd run just fine.

.NET 4 disables CAS by default though there can still be a bit of faff to get an exe to launch from a file share, but it is doable.

.NET core abandoned CAS (https://docs.microsoft.com/en-us/dotnet/core/compatibility/c...)

When there are issues and one owns the runtime, there is a way to fix them, when there's a willingness.