AppHarbor is a cloud application platform for .NET. Applications can be deployed to AppHarbor using Git, Mercurial, Subversion or TFS. A large number of services (relational and no-sql databases, email, error logging) are offered as add-ons.

learn more… | top users | synonyms

0
votes
0answers
18 views

AppHarbor background worker, could not load file or assembly WebActivator Version=1.5.2.0

I am having a problem when publishing a console application to appharbor. Error message: FileNotFoundException: Could not load file or assembly 'WebActivator, Version=1.5.2.0, Culture=neutral, ...
0
votes
0answers
9 views

Which folder to deploy on AppHarbor?

I am trying to deploy my app on AppHarbor. Here is my git. Before pushing this git, I tried pushing its parent directory but I receive the same result, "Welcome to nginx" screen. I tried checking out ...
0
votes
2answers
33 views

Deploying a .NET application to AppHarbor that doesn't use ASP

I have a desktop application idea that requires a server component to work. Unfortunately, I'm very new to web programming so I don't really know how everything works. What I do know is that I don't ...
1
vote
0answers
38 views

Configuring Redis to play nice with AppHarbor

I use AppHarbor as a CI environment to validate my commits. I'm getting an error in AppHarbor because Redis isn't able to write to disk. Error: [RedisResponseException: MISCONF Redis is configured ...
0
votes
1answer
54 views

Using NodeJS and RavenDB in the cloud (appharbor)

I have written an application in nodejs/ravendb using node-ravendb (https://github.com/mattdaly/node-ravendb). Now I want to find good hosting for it and i realize that I don't have much to choose ...
0
votes
0answers
35 views

SignalR getting 403 on AppHarbor after updating to v. 1.0.1 (Chrome)

I was using SignalR v. 1.0.0 RC2, and it worked fine. When I upgraded to v. 1.0.1 it stopped working. I am now getting a 403 (forbidden) when I am trying to invoke a method on the hub. I did not ...
0
votes
1answer
39 views

How to start using my new installation of JabbR on AppHarbor?

Question to all the JabbR/SignalR/AppHarbor/Janrain/ASP.NET integration experts out there: I successfully forked JabbR from GitHub and cloned into my repo!!! I also successfully deployed to a new ...
1
vote
1answer
96 views

Is a Heroku dyno roughly equivalent to an AppHarbor worker?

I'm trying to compare pricing on Heroku and AppHarbor, but it's tough without knowing exactly what resources a Heroku dyno or an AppHarbor worker will have. I haven't been able to find any official ...
0
votes
1answer
24 views

WebInvoke Form elements are null after deploying to AppHarbor

I have WCF services that I post to with Jquery. It works fine in my development environment, but the POSTed values are not retrieved on the server now it is deployed to AppHarbor. The service is ...
0
votes
1answer
70 views

AppHarbor basic questions on architecture and realibility

AppHarbor looks very appealing for our .NET solution. But I have some questions I could not find on internet. Our major concern is reliability of dedicated SQL Server: Is it clustered / mirrored / ...
0
votes
1answer
36 views

Pushing folder with GIT Bash to Appharbor is not pushing subfolder

I'm new to Appharbor and GIT so there' some weeks I've been trying to push my ASP.NET MVC 4 application to Appharbor but I'm not having success. I already tried to get some help from their support ...
1
vote
1answer
52 views

Best ESB/Message Queue for appharbor

I'm currently trying to find the best message queue solution for an appharbor application. Most of the ones of looked at assume you have a windows environment with MSMQ and DTC installed, which I ...
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
2answers
77 views

AppHarbor custom config file transformations

I have an xml file, saml.config that contains some saml info. That information needs to get transformed in release builds to include production urls instead of development and staging urls. In my ...
0
votes
0answers
22 views

AppHarbor - /order/rpc.ashx(1): error ASPPARSE: Could not create type 'web.order.rpc'

This is my first attempt at getting a project running on appharbor The solution references a number of other project dlls. The build works locally and I am using git to push it to appharbor. I get ...
0
votes
1answer
15 views

issues with Nhiberntate Persistence API “No Persistence provider for EntityManager named ”"

I use Nhibernates implementation of JPA (NPA) and i embedded the persistence.xml config file, but my application on appharbor shows "No Persistence provider for EntityManager named persistenceUnit", ...
1
vote
1answer
34 views

error on creating folder in AppHarbor

i am trying to create a folder using Directory.CreateDirectory(Server.MapPath(pathToCreate)); i get Access is Denied error. no problem in localhost.
0
votes
0answers
17 views

Appharbor Limits Build Systems to 10 - how can I deploy older builds?

Once inside AppHarbor and if you navigate to your application, it shows only your latest 10 build systems. If I wanted to deploy or active an older build (more than 10 builds ago) how could I do that? ...
1
vote
0answers
37 views

AppHarbor with NServiceBus

Has anyone had any luck getting NServiceBus going on AppHarbor? It doesn't look like there is any support for MSMQ. Are there alternatives that would work well for AppHarbor?
0
votes
0answers
45 views

AppHarbor JabbR 500 Error

I have gotten appharbor to build and deploy the solution but after I try to login it gives me a 500 error. There is nothing in the error logs either and the tutorial doesn't seem to apply anymore. ...
0
votes
1answer
48 views

Too many redirects on AppHarbor

I started getting this error on my application in AppHarbor. On localhost there is no problem. Firefox has detected that the server is redirecting the request for this address in a way that will ...
1
vote
1answer
92 views

Can I deploy Sailsjs to AppHarbor or Heroku?

AppHarbor supports Node using iisnode. Can I deploy my Sails.js app to AppHarbor at this time, and if so, how? I honestly have no idea what I'm doing with a node deploy but I'm trying to follow ...
2
votes
3answers
77 views

CloudFlare SSL compatibility with ASP.NET MVC RequireHttps

I am hosting an ASP.NET MVC 4 site on AppHarbor (which uses Amazon EC2), and I'm using CloudFlare for Flexible SSL. I'm having a problem with redirect loops (310) when trying to use RequireHttps. ...
0
votes
0answers
172 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
69 views

PUT and DELETE methods not working on AppHarbor

I am having a lot of trouble trying to run an ASP MVC4 application with webapi on ApplicationHarbor's servers. I simply can't invoke the PUT and DELETE http verbs. Did you had the same problem? How ...
-1
votes
1answer
64 views

ASP.NET application gives 403 error when uploaded to appharbor [closed]

I've uploaded an ASP.NET web application to AppHarbor. I've made a web package and deployed it to AppHarbor via Git. When i open the site in hostnames. Does anyone know the cause of this? The project ...
1
vote
1answer
62 views

AppHarbor Environment does not seem to affect web.config transformation

According to the description, it would appear that you can change the "Environment" in the application settings to apply a different web.config transformation. Environment The environment ...
2
votes
1answer
142 views

Cannot connect to SQL server AppHarbor

<entityFramework> <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework"> <parameters> <parameter ...
0
votes
1answer
82 views

ASP.NET website (not web application) on AppHarbor

I have a website (not web application) using localDB in App_Data folder. How can I deploy it on AppHarbor?
0
votes
0answers
20 views

Adjust number of workers programmatically on Appharbor

Is there a way to programmatically adjust the number of workers for an application? I can't find any info in the Knowledge Base, or the API Documentation. Ideally, it would simply be a case of ...
0
votes
2answers
86 views

Deploying code First app to AppHarbor

I have deployed an app to appharbor ,enabled package restore and I can see the packages are being restored , but the build still doesn't find the EntityFramework dll and some others. Here is a part of ...
0
votes
1answer
94 views

MVC Editor Template not firing after deployment

UPDATE: Thanks to @ngm comment i have downloaded the build from bitbuket and found that indeed the file is not located in the correct path. I looked again in the repository in bitbucket and it's ...
1
vote
1answer
67 views

AppHarbor, Elmah, and SendGrid

Is there any magic that AppHarbor does with Elmah and SendGrid? I see from this question Trouble using SendGrid with appharbor that AppHarbor does some configuration so an SMTP client can be ...
0
votes
0answers
110 views

AppHarbor - Cannot convert null to 'bool'

I am getting an error on AppHarbor that I do not get when I run my ASP.NET MVC application locally (see error message below). I believe this is coming from a shared view called _Layout.cshtml that ...
0
votes
2answers
58 views

Why does my AppHarbor site randomly take over 10 seconds to respond

I have a Pingdom check that runs every 5 minutes and it reports that the average response time of my site slows right down seemingly randomly. The site is still in development so not being used. It's ...
2
votes
1answer
90 views

Good logging strategy for AppHarbor and Amazon S3

I'm hosting an application on AppHarbor that uses NLog for logging. I've been trying the Logentries add-on, which is a nice service to pipe all the application logging through to and then view via ...
0
votes
1answer
92 views

500 error after successful deployment on AppHarbor

I have deployed my app on appharbor but i keep getting a 500 error with the following details: Module: ManagedPipelineHandler Notification: ExecuteRequestHandler Handler: ...
0
votes
1answer
40 views

Getting a 404 using App Harbor and BitBucket

I'm new to AppHarbour and I'm trying to deploy my MVC app on a free account. I keep getting a 404 error. The app is coming from Bit-bucket and it was deployed successfully. In my Hostnames section ...
0
votes
0answers
92 views

Hosting Jabbr on AppHarbor

I've been trying to host Jabbr on AppHarbor. The guide here is not up to date as Jabbr doesn't have a dependency on Janrain anymore. Steps I have done: Installed the SQL Express addon. I've pushed ...
0
votes
0answers
38 views

Code signing on Appharbor

I'm trying to enable the update-functionalliy of a Silverlight 4 out-of-browser app, which is working fine so far locally. When deploying to AppHarbor the build fails with ...
1
vote
2answers
234 views

Team Foundation Services (GIT) and CodePlex (Or Github, etc)

Can anyone tell me if it is possible to push code from TFS to another GIT based host? The reason is this: I'm using TFS 2012 (services, the online one -> [companyname].visualstudio.com) with a GIT ...
0
votes
1answer
23 views

Deploy Subrepos to Appharbor

I am attempting to setup a deployment on appharbor for code hosted on bitbucket. I have a number of projects that make use of a library project that I have, so I use subrepos to keep my code ...
0
votes
1answer
41 views

AppHarbor Add-on Yocto to Nano upgrade

Is possible to upgrade the SQL Server database created with Yocto Add-on to the Nano plan without loosing data or it's a new database?
1
vote
1answer
79 views

Git add . is not adding the current folder to repo

I want to add a NopCommerce solution to a repository using git. I entered in the folder where the .sln file is stored and used the git add . command. After that I ran the git commit --dry-run and the ...
0
votes
1answer
55 views

Frequent 504 Gateway Time-out on appharbor

Deployed an asp.net mvc 4 app on appharbor with very low traffic. Each time the application is accessed after deployment of after a few minutes of inactivity, I get a 504 gateway time out error from ...
0
votes
1answer
216 views

Twitter Bootstrap (MVC 4 package) on App Harbour

I've just uploaded a sample twitter bootstrap app to app harbor using the sample mvc 4 nuget package and am getting the following javascript error when clicking on any of the buttons at the top of the ...
0
votes
0answers
143 views

How to deploy NopCommerce 2.8 to AppHarbor?

I'm trying to deploy a Nopcommerce application to appharbor. I'm using git and created a repository in my "root" folder in nopcommerce (where the .sln file is located). Pushing the data runs smoothly, ...
3
votes
1answer
150 views

AppHarbor Web.config transforms not being applied

I am developing an application in ServiceStack and am trying to sort out deployment on AppHarbor, however for some reason my web.config transforms are not being applied. I had originally a ...
0
votes
1answer
70 views

How do I host a site in Appharbor using github deploy?

I deployed a github application in AppHarbor and the AppHarbor built the bridge between them, but it´s not working. When I access the hostname of my app (http://cesarmvcapp.apphb.com/) it only shows ...
0
votes
1answer
34 views

How to log in on New Relic's iPhone-app with an AppHarbor-account

I haven't registered directly on New Relic's website, but I'm using it through AppHarbor. How do I log in on the iPhone-app and still get my stats from my AppHarbor-app?

1 2 3 4 5 8