.Net Remoting Server

G

GourouDsecours

Hello,

I would like to write a .Net Remoting application in VB, but I'm quite
new at this. I've looked for some examples in Google (with query ".Net
Remoting").

In every example I see, the server is a console application. Is it a
prerequisite ? Is there no other way ? I don't really fancy a ugly
console mode server. I don't even know how to catch the "close" event
in a console !

Does anybody has an idea... a tip... a link... a google query....

Thanks !!

Eric
 
N

Norman Yuan

It can be any other types of app: stand-alone Win form app, a windows
service app, or you can use IIS. as long as it has the configured
communication channel known to your remoting client.
 
R

Ravi Bhavnani

I would like to write a .Net Remoting application in VB,

I *strongly* recommend using WCF instead.

/ravi
 
D

Duy Lam

Ravi said:
I *strongly* recommend using WCF instead.

/ravi

@GourouDsecours: WCF in .net framework 3.0 expose many ways to build a
distributing application, you should try for.
 

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

Top