Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to host a Windows Application to be hosted in Windows Azure cloud service provided by Microsoft.

Please Note:
Our application basically uploads data into database and then other part of the application will take that data and send it to the hardware (which is connected to the PC through USB Ports). So, will even this kind of applications are well suited for WINDOWS AZURE compliant
Posted
Updated 5-Jan-12 17:09pm
v3

1 solution

There is a beta program in Azure to let you host a full VM in the cloud. But since you need to connect to some hardware, I would think overall the answer would be no.

You could put your database and the part of the app that stores data to that database into a worker role or maybe a WCF web service. Then your local app would just have to call into the service to save the data off. This is similar to what I do for some data for a set of mobile apps that I have made.
 
Share this answer
 

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