David, I guess what you are asking is what is the best way of inter-process communication between two .NET applications running on the same machine? Using .NET remoting with binary formatter over TCP is simple and efficient. Look at www.gotdonet.com for examples.
Regards Pradeep http://www.tapadiya.net/pradeep ----- Original Message ----- From: "David B. Bitton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 9:27 AM Subject: [DOTNET] Remoting, I think > I'd like to have an app running in the foreground, and handle calls coming > in from an ASP page. How would I allow code from ASP to interact w/ a > running app (a WinForms app)? Would I use remoting? And if so, how? > > -- > > David B. Bitton > [EMAIL PROTECTED] > www.codenoevil.com > > Code Made Fresh DailyT > > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.