VB dot Net network Error

pekt2s

Member
Joined
Apr 26, 2007
Messages
15
Programming Experience
Beginner
Hi all. Kindly please help me on my problem in running my program. I have created a program and it is located at in the network. I cant run it because it placed over the network, but if i put it in my local drive it runs smoothly. Is there any proper configuration or codes to address my problem?

Pls see codes below.
 

Attachments

  • source.txt
    23.5 KB · Views: 23
Hello.

Security Options of .NET prevents running Applications from a Network drive. Somewhere I read that you have to set permissions on the server, but I can't remember how to do so.

I think a Google or Board Search with ".NET Application over Network Permission" should return enough results

Bobby
 
If there is a way to set the permissions on a server, I do not know it. I do know of two ways that it can be done though, one is through a bit of coding and mess to create strong keys to your individual application, the other is a bit of a pain but easier; you can reset the security permissions on each client computer to accept that will be using the shared application.

How to deploy a .NET Framework application to run from a network location
 

Latest posts

Back
Top