I came across several cases when I was asked to deploy the application (C #,. Net 2.0) to the server, and users need to test the application over the network. I found the following that works without any delay, except for a warning telling you βhey that you are doing this over a network, are you sure you want to do this?β:
%systemroot%\Microsoft.NET\Framework\v2.0.50727\caspol -m -cg 1.2 -url \\<Path> FullTrust
Is there a better way to centralize the application than higher?
source
share