-
Security
I have an application that was developed in VB .NET.
I want the EXE to reside on the network and be executed from there. However, it generates a System.Security.SecurityException error whenever I try to run the application.
I'm new to VB .NET, but I know that it has various enhanced security features that are non-existent in VB6.
Please advise on what I can do to execute this application on the network.
If it helps, I am running Windows 2000 client.
Thanks a million!
-
Under the Administrative Tools in Windows 2k there is an item that says 'Microsoft .NET Framework 1.1 Configuration' or 1.0 if that is your version. You must go into there and add the assembly so it will be trusted. There should be a help file on the process in your IDE.
You sohuld add the URL/Path to the Runtime Security Policy->Machine->Code Groups->All_Code as a new group.