|
-
Sep 4th, 2003, 09:30 AM
#1
Thread Starter
New Member
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!
Last edited by CaptGuam; Sep 4th, 2003 at 09:35 AM.
-
Sep 4th, 2003, 10:18 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|