Deploy yourProgramWindows azure + SQL Azure is a good choice, but it is billed. Google appengine datastore provides a free (the free version has certain restrictions) data storage environment. If you do not want to spend money for the moment, it is a good choice to store data to Google appengine datastore.
Google appengine now supports Java & python. This section describes a soap wrapper that helps you operate data in Google appengine datastore in. net programs.
Project address:
Http://code.google.com/p/gunkds/
Usage:
Download this project,
Modify application in APP. yaml to the name of your deployment.
Modify the actual values of self. NS and self. Secret in Main. py.
Self. Ns -- address after release, such as: http://XXX.appspot.com/websvcs/
Self. Secret --.netCodeThe connection password to be used.
Deploy these files to Google appengine (https://appengine.google.com)
After the release is successful, you can see:
Use in. net
Add a web service reference. The address is the address that was released to Google appengine in the previous step.
OK. Then, call the service method.
Here is an instance of. Net code: http://code.google.com/p/gunkds/wiki/TestClass