tags:

views:

271

answers:

1

I have an existing C# windows application, however I would like to be able to control the application using a mobile device - eg. iPhone / Android / WebOS device. How would I go about exposing the application to these devices?

+6  A: 

I would vote WCF. We just added a web interface to a very large API and it was easy and worked great.

rerun