Running .NET applications from a share

This is normally not allowed. This can be changed with the command caspol

Use Caspol.exe program, that you probably find in "C:\Windows\Microsoft.net\framework\v2.0.50727" folder on a machine with :NET framework 2.0.

Run the Caspol.exe program with the following parameters, from a BAT file, or from command prompt.

C:\Windows\Microsoft.net\framework\v2.0.50727\caspol.exe -machine -addgroup 1 -url "C:\Aiolos\*" FullTrust -name AiolosCodeGroup

Substitute C.\Aiolos to the path where the program(s) you want to run resides.