Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i m doing a project in .net framework. I have developed a desktop application and i also have a website but my project requires me to access the data from website to desktop app and vice versa....but i m unable to do so....any suggestion plz...
Posted

First of all, you don't specify which language your projects are programmed with. Next time you post a question please include the language in the tags.

I think what you'd want to do is create a web service.

Here[^] is a google search for tutorials that may help get you started.

Here[^] is a code project article that can walk you through a basic web service.

Basically once you have the web service you can call it from almost any where...a desktop app, a mobile app, a website, etc.

Hope this helps.
 
Share this answer
 
Comments
Mohamed Mitwalli 18-May-12 9:43am    
5+
keyrun maharjan 18-May-12 10:50am    
thanks
Not able to understand the question properly...but you can try it by creating a single database and access it by both the applications.
 
Share this answer
 
Comments
keyrun maharjan 18-May-12 5:34am    
i have to send d data from desktop to website and then to another desktop application...can't have single database for this...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900