|
-
Apr 28th, 2003, 10:12 AM
#1
Thread Starter
New Member
Running .NET app from network disk
When I try to run my .NET application from a network disk I get an exception: 'System.Security.SecurityException'. When I copy the application to my local disk, it starts normally. Why could this be?
-
Apr 28th, 2003, 11:30 AM
#2
Its a security exception as it says. The framework has its own form of security and to avoid trouble with it by default it wont run assemblies that aren't local or from a trusted site. You need to go into the .NET framework security settings for any computer that has to access the remote assembly and tell it to trust that location then it will work. The .NEt framework security settings are usually in the control panel or admin tools.
-
Apr 29th, 2003, 04:22 AM
#3
Thread Starter
New Member
Thanks, it worked.
Is it possible to alter these security-settings with an msi-installation?
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
|