|
Running .NET from Network Locations
Published: 11/1/2007 |
|
A frequent question I run into when mentoring is about how to run projects or compiled .NET programs from a network location. By default, the .NEt Framework restricts this action under the premise of protecting users from malicious code. The only way to allow it is to modify the security settings of the .NET Framework on the computer that each user uses. The following steps will allow you to run both compiled and project files from a network share (but beware, Visual Studio slows to a near-crawl when you run projects off of network locations):
Questions or Comments? .
VB to C# and C# to VB translation provided by Instant C# and Instant VB.