rbdavidson
unread,Sep 4, 2008, 3:41:41 PM9/4/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
This sounds like a problem we ran into here a few months ago. .Net
applications on server machines will not run across a network on
client machines unless the client machine has granted the appropriate
trust priviledges. You can do this by (on the client machine) going
into Start -> Settings -> Control Panel -> Administrative tools and
running the appropriate .Net configuration tool.
Within the configuration tool, Go to My Computer -> Runtime Security -
> Machine (or User, whichever applies) -> Code Groups, right-click on
All_Code and pick new. After that the options you pick depend upon
your application requirements. You can also create an MSI to do this
automatically, though I can't recall the details of that procedure off
the top of my head.