0
votes
0answers
49 views

MySql error 1044 (access denied for user) when creating tables on AppHarbor server?

I have a service that I have put on AppHarbor. I have MySql database and I need to put it also. I changed string connection Alias on AppHarbor website, I am connected on AppHarbor database with user ...
0
votes
0answers
171 views

I can't connect with database - ASP .NET MVC 3 SQL AppHarbor

I have account on AppHarbor. I want to deploy my website with database. In Windows Azure it worked great. I can debug website on my comupter. I can deploy a website in AppHarbor, but database doesn't ...
0
votes
1answer
40 views

How to execute a SQL Server Job on AppHarbor SQL database?

How to execute a SQL Server Job on AppHarbor database?
0
votes
0answers
26 views

AppHarbor deployment for WCF Service Website

Why connecting to database created on AppHarbor fails? Error: "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not ...
1
vote
0answers
121 views

Not able to deploy database on App Harbor

I am trying to deploy an instance which is getting the following build error on App Harbor Build FAILED. "D:\temp\gcp22bmp.ggi\input\src\ShareBill.sln" (default target) (1) -> ...
0
votes
2answers
288 views

cloudDant vs JustOneDB - which one to choose

I am trying to decide which add-on DB to use with my application when I deploy it on AppHarbor. I've two choices: JustOneDB or CloudAnt. I am planning to develop a web and mobile application, which ...
1
vote
1answer
60 views

appharbor JustOneDB - “error”:"Table creation needs a table name

I plan on using JustOneDB on AppHarbor. I tried the rest request below w/ curl and got {"error":"Table creation needs a table name"} I'm a noob when it comes to Curl and json. Does anyone have ...
1
vote
1answer
386 views

Cannot insert data from locally hosted app to Appharbor MySQL database ( Timeout exception)

I uploaded images to a local database from a locally hosted app. It worked fine! I tried uploading it to an Appharbor MySQL database and I'm getting the following error. ( connection settings are ...
11
votes
3answers
1k views

Cloud Service Providers for RavenDb [closed]

Not to be confused with Shared hosting providers supporting RavenDB or other similar questions. I do not need a web host, nor want to deploy RavenDb in Embedded or Web Site mode... Question: Are ...
4
votes
3answers
621 views

ASP.NET MVC - Alternatives to databases [closed]

I thought about splitting this up, but i think it's better as one big question. Here it goes. :-) Warning: this question is in-depth. :-) I've been working with ASP.NET for a little while now. Just ...
8
votes
5answers
477 views

Is 20 MB generally enough for a blog database in SQL Server or MySQL?

I want to deploy my blog on AppHarbor. But the free size of the database is 20 MB. I am not yet ready to pay $10/month for the 10GB database. My question is: would this be sufficient for a simple blog ...