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.
0
votes
0answers
76 views
Getting Lightswitch to work on AppHarbor
Was anybody able to get Lightswitch working on AppHarbor? Would like to try out free hosting for my lightswitch application first.
The closest I got was this: ...
21
votes
2answers
934 views
How do I improve app performance on AppHarbor?
I have an application hosted on AppHarbor that is visited a few times a day with a light load.
The performance experience is a SLOW first page load as the dormant worker process wakes up. Subsequent ...
0
votes
0answers
24 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, ...
3
votes
2answers
283 views
How can I deploy an SQL database to AppHarbor from GitHub?
I've got appharbor working currently with github, but the problem I'm running into is scripting my database schema (and test data) and having it deployed along with the rest of my project.
Have any ...
0
votes
0answers
36 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
0answers
11 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
36 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
40 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
58 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
3answers
227 views
My __MigrationHistory table is not hidden. Has EF Code-First been disabled?
I've been reading about and beginning to use Entity Framework Code-First.
Its been working fine on my local machine (DefaultConnection), but it seems to have stopped working on my production server (a ...
0
votes
1answer
42 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
97 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 ...
8
votes
1answer
480 views
Can I run an MVC app and WCF Web Api on the same AppHarbor site?
We have a solution with this structure.
OurApp.Web (mvc 3 project with controllers, views)
OurApp.Api (mvc 3 project with wcf web api service classes)
OurApp.Domain (entities, repositories, unit of ...
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 ...
1
vote
2answers
163 views
AppHarbor pre-compile of ServiceStack.Razor based website failing
I am trying to deploy what is currently a very simple web app based on ServiceStack.Razor to AppHarbor, but it is failing on the asp.net precompile step:
Microsoft (R) ASP.NET Compilation Tool ...
0
votes
1answer
74 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
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
37 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
55 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
50 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
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", ...
0
votes
0answers
25 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 ...
2
votes
2answers
283 views
How to use ASP.NET MVC view precompilation with App_Code helpers?
I am trying to enable view compilation to have my ASP.NET MVC3 web site load faster. My web site is hosted on AppHarbor.
However, my views make use of MVC3 view helpers, defined in the App_Code ...
1
vote
1answer
36 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.
2
votes
3answers
80 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
19 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?
1
vote
1answer
93 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 ...
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.
...
9
votes
3answers
1k views
Get original url without non-standard port (C#)
First question!
Environment
MVC, C#, AppHarbor.
Problem
I am calling an openid provider, and generating an absolute callback url based on the domain.
On my local machine, this works fine if I ...
2
votes
1answer
205 views
Running WCF WebAPI Prev 6 inside MVC3 on AppHarbor, 404 Errors
I was trying to throw a quick WCF WebAPI project together up on AppHarbor tonight and ran into some issues. The WCF API is couched inside an empty MVC3 project just like is demo'd on the WCF CodePlex ...
0
votes
1answer
50 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 ...
0
votes
1answer
56 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 ...
1
vote
2answers
2k views
Could not load file or assembly 'System.Net.Http' or one of its dependencies [duplicate]
Possible Duplicate:
Could not load file or assembly 'System.Net.Http, Version=2.0.0.0 in MVC4 Web API
I have created a .net mvc 4 project in vs11. I have set the runtime to 4.0 and ...
0
votes
0answers
180 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
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
votes
1answer
66 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 ...
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 ...
0
votes
2answers
295 views
unable to locate nuget.exe when building webservice on appharbor
Good afternoon,
im trying to deploy my webservice at appharbor using codeplex.
After trying it the first time and doing some research I found out that I had to use NuGet so the references are being ...
0
votes
1answer
71 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
vote
1answer
63 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 ...
0
votes
2answers
127 views
Access to filesystem on AppHarbor
I want to try AppHarbor, but I have an application which stores uploaded files in certain place on a filesystem. Is it compatible with AppHarbor? Can I store files in the file system and access them ...
2
votes
1answer
151 views
Cannot connect to SQL server AppHarbor
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter ...
0
votes
0answers
21 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
1answer
84 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?
3
votes
2answers
241 views
Can AppHarbor set a conditional compilation symbol during build?
Can AppHarbor set a conditional compilation symbol during build? Maybe simply: AppHarbor
I have some tests that can't run on the server (they rely on test data files).
If AppHarbor could set a ...
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 ...
1
vote
2answers
236 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
95 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 ...
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: ...

