Best Practices for Exchanging data between Desktop and Web Application
- by Amitd
Hi,
I have to pass information from a desktop application to Web application and vice versa.
What are the best practices that are regularly used?
Currrently I'm using Asp.Net and a Winform.
To pass data to Web Site im creating a (POST) WebRequest and posting an xml to the site.
To pass data to Application im using .Net Remoting from Asp.net
(Winform is an adminstration and monitoring application)
Also currently both Web app and Winform are on the same machine.(but can change).