Is there a free cloud based database service I can use for an asp.net application (hosted online and not on my own server) and a winform desktop application (running on my pc).

I'd like to use one so that both apps can use the same database.

SQL Azure looks like a good solution but has no free option.

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Have you tried Appharbor.com?

They have a number of free database providers including SQL Server, mySQL, Mongo and Cloudant. They'll also build and test your software providing it's hosted on Github, Bitbucket or Codeplex. If you don't care about that, they'll still give the connection string to work with your winforms apps.

link|improve this answer
This works really well, I have tested it from my asp.net app and the desktop app using MySQL Yocto (20 MB). There are also lots of other free options other than MySQL. – spangeman Jan 2 at 11:22
feedback

I've never used it but, for minimal use, you can use Amazon SimpleDB.

Free Tier*

You can get started with Amazon SimpleDB for free. New and existing customers receive 25 SimpleDB Machine Hours and 1 GB of Storage for free each month. Many applications should be able to operate perpetually within these free tier limits.

I doubt you're going to be able to find a completely free cloud solution for databases.

link|improve this answer
It's really easy to use with C#, and unless you're storing binary it's essentially free – Chris S Jan 1 at 22:10
That's true, it depends on OP's requirements. It should be fine if the project isn't too heavy on the usage. – keyboardP Jan 1 at 22:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.