runs vb program over network

  • Thread starter Thread starter DapDap
  • Start date Start date
D

DapDap

I've paste the shortcut of the exe in another computer
which that connected with my computer via LAN. But when I
tried to execute the shortcut of the exe it pop up Just-
In-Time debugging where the error message is " An
exception System.Security.SecurityException" has occured
in MyProg.exe"

What is wrong with the security??
 
Microsoft .Net Framework default security policy restricts the
permissions to run code from other machines.

You can change your settings using ControlPanel | AdministrativeTools |
Microsoft.Net

Atara
 
What settings that I need to change.
When I go to AdministrativeTools there is Microsoft.NET
framework 1.1 Configuration and Microsoft.NET framework
1.1 Wizard which one should i choose??
 
DapDap said:
I've paste the shortcut of the exe in another computer
which that connected with my computer via LAN. But when I
tried to execute the shortcut of the exe it pop up Just-
In-Time debugging where the error message is " An
exception System.Security.SecurityException" has occured
in MyProg.exe"

..NET Framework Enterprise Security Policy Administration and Deployment
<URL:http://msdn.microsoft.com/library/en-us/dnnetsec/html/entsecpoladmin.asp>

..NET Framework Developer's Guide - Deploying Security Policy
<URL:http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondeployingsecuritypolicy.asp>

HOW TO: Build and Deploy a .NET Security Policy Deployment Package
<URL:http://support.microsoft.com/?kbid=815173>

<URL:http://groups-beta.google.com/group...man.entwickler.dotnet.vb/msg/6165034e90b376a8>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top