newbie question: interprocess communication

D

Dave Bartlett

I need a simple way to signal an event from an ASP.NET page to a VB.NET
appliation running on the same machine.

This may be a stupid question, but can I use RaiseEvent to raise an event
that can be handled in a different process? Or do I need to look at
something like .Net Remoting?

Thanks
 
D

DalePres

I don't know the answer to the RaiseEvent portion of your question, but one
solution you may want to consider is MessageQueue. They're very cool. They
work great and very simple for getting messages from ASP.Net to other .Net
apps.

Dale
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top