Running .NET applications across the network
Hello all.
I am fairly new to vb.net and have written a couple of applications now but we are having real problems trying to run the apps over the network. It works on some peoples machines but not on others. When it does not work we get the standard "The operation required the SecurityException" message box.
Any help on this would be appreciated. Sorry this post is a bit vague.
Re: Running .NET applications across the network
you need to strong name your assembly in order to make sure its a trusted application to run from the network
Re: Running .NET applications across the network
Take a look at caspol.exe, as the application might require you to implement Code Access Security in order for it to run.
Re: Running .NET applications across the network