How can i send data from asp.net web application to windows application and forth?
yibrahim 0 Newbie Poster
Recommended Answers
Jump to PostIf you tell us how you want the flow of your programs/data to be, then perhaps we can guide you. Are both running on the same machine?
Jump to PostLook into Message Queues. The advantage is that they are persistent, so notifications are saved when the application isn't running, or the computer is down.
Jump to Posti looked into Message Queues but applications have to be running under microsoft system.
It is from Microsoft: MSMQ on MSDN
Am sure WCF is much better to control than sending …
Jump to PostBe a little more specific about the kind of data you are sending. I still think a message queue is a good option.
Jump to Postwell I would state some ways that you can do this.
You can use sockets. The windows application can communication through raw sockets with your web application. But you would also have to open a socket connection on your web application. I have used a java application to communicate with …
All 20 Replies
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
AleMonteiro 238 Can I pick my title?
JorgeM 958 Problem Solver Team Colleague Featured Poster
yibrahim 0 Newbie Poster
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
yibrahim 0 Newbie Poster
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
yibrahim 0 Newbie Poster
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
yibrahim 0 Newbie Poster
skliz 0 Unverified User
yibrahim 0 Newbie Poster
annaharris 0 Junior Poster in Training
yibrahim 0 Newbie Poster
annaharris 0 Junior Poster in Training
annaharris 0 Junior Poster in Training
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
skliz 0 Unverified User
yibrahim 0 Newbie Poster
yibrahim 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.