|
-
Jul 8th, 2002, 06:45 AM
#1
Thread Starter
New Member
Distributed Applications
I'm developing a distributed application in VB.NET. I must use two kinds of components (business and data access). Those two components (dll) should be placed in diffrent computers (servers). I just can't access those dll's if they are in other computers. As soon as I turn the 'copy local' option on the reference to false, it never works.
I've read thousands of books and articles about distributed architectures, but none of them explicitly described how to use them. Do I need to register them as COM+ applications? Do I need any other technology?
NetAngel
-
Jul 8th, 2002, 08:42 AM
#2
look into remoting. This allows you to call methods on a dll over any channel including tcp and http.
Too much for me to fully explain here but just searh google.com for
Remoting .NET
and you should find some information.
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
|