Best Practices for Exchanging data between Desktop and Web Application

Posted by Amitd on Stack Overflow See other posts from Stack Overflow or by Amitd
Published on 2010-04-08T05:36:25Z Indexed on 2010/04/08 5:43 UTC
Read the original article Hit count: 288

Filed under:
|
|
|

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).

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#