Tagged Questions

AppHarbor is a cloud application platform for .NET. It features among other things: Redundant, cloud-based web instances Hosted MySQL, Microsoft SQL Server databases and hosted Memcached Deployment using integrated Git repository or from GitHub, Bitbucket or CodePlex Additional services offered as ...

learn more… | top users | synonyms

30
votes
5answers
5k views

Anything like Heroku for PHP or .NET?

In my area PHP is very widespread, so is .NET. Ruby not so much; most places have never heard of it. For some personal things I am "forced" to choose Rails because I want to take advantage of Heroku ...
11
votes
2answers
471 views

Real alternatives to Windows Azure PaaS (web role)?

I am looking for alternatives to the Windows Azure PaaS (Platform as a Service) offering, meeting the following requirements: The platform should provide high availability and scalability. The ...
11
votes
2answers
340 views

Push to multiple remote repositories from a single local repo in Mercurial

I was considering using AppHarbor to host a lightweight website and was investigating their Mercurial integration. Currently I use Kiln for my remote repositories, but currently AppHarbor only ...
10
votes
1answer
249 views

Why does IIS on Azure Web Roles need to recompile ASP.NET apps so often?

I have ASP.NET applications deployed on a number of different environments (AppHarbor, Azure, DiscountASP.NET, GoDaddy, etc...) and one thing that bothers me with my deployments on Azure is that my ...
9
votes
1answer
402 views

How does AppHarbor work? Are there any open source implementations?

AppHarbor is pretty neat, but unlike Heroku, I can't figure out how it works. Are there any open source implementations? From my searching I could not find any. My crude implementations so far have ...
9
votes
1answer
385 views

What is the difference between a PreBuildEvent, BeforeBuild target and BeforeCompile target in MSBuild?

I recently had to move some code from a PreBuildEvent in Visual Studio into the BeforeBuild target to make it work on AppHarbor. While doing so, I also noticed a BeforeCompile target. What is the ...
7
votes
4answers
215 views

Shared hosting providers supporting RavenDB

I setup an AppHarbor application only to find out that it does not support embedded RavenDB. It looks like it may be coming soon to AppHarbor. In the mean time, all it does is throw an error as shown ...
7
votes
1answer
152 views

MSpec on Appharbor

It it possible to execute mspec tests on appharbor aside from adding build action ?
7
votes
5answers
244 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 ...
6
votes
2answers
543 views

ASP.Net MVC3 SQL Connection String

I am creating an app on APPHARBOR and I have an entity model for querying the SQL server. The following String is givving me error: <add name="TraxzDBEntities" ...
6
votes
1answer
521 views

Hosting a WCF Web API app on AppHarbor?

I've implemented a sample app like the one here. It is a really basic app just to get things started. Everything works fine in IIS on my local machine, I've got it running on my IIS Express as well, ...
6
votes
3answers
614 views

SQL CE Deploy - AppHarbor - Unable to load the native components of SQL Server Compact

I have followed the following posts completely: http://support.appharbor.com/discussions/problems/544-error-with-reference-to-systemdatasqlserverceentity-dll Using SQL Server CE 4 on a remote host ...
5
votes
1answer
136 views

What is an appharbor worker…exactly?

The Appharbor pricing page defines a worker something you increase to "Improve the reliability and responsiveness of your website". But in trying to compare price with others such as aws, I am having ...
5
votes
1answer
109 views

Persistent Auth Token Expires

I have an ASP.NET MVC application using forms authentication. Here's the line of code where I create the auth token: FormsAuthentication.SetAuthCookie(username, true); My web.config contains: ...
5
votes
6answers
1k views

Google App Engine for Java, What is for .Net?

Google App Engine is a cloud computing architecture that supports java based web services to be deployed. What cloud computing hosting options are available for .Net web developers ?
4
votes
3answers
114 views

Cloud Service Providers for RavenDb

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
1answer
47 views

Crystal Reports Assembly Deployment on Appharbor

When deploying a new version of my application to Appharbor that uses the Crystal Reports assembly: CrystalDecisions.CrystalReports.Engine I receive the following error message in the appharbor ...
4
votes
1answer
70 views

Why does AppHarbor + RequireHttpsAttribute equal frowny-face :(

First deployment to AppHarbor today. After some initial work getting it to build, I successfully deployed an MVC3 app. There is a problem with using the RequireHttpsAttribute though. I noticed at ...
4
votes
1answer
193 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 ...
4
votes
1answer
226 views

How can I implement ServiceStack.net rest call over HTTPS?

I would like to authenticate users of my servicestack.net rest services using basic auth over HTTPS. Can anyone explain how the https portion of this would work or point me in the right direction? ...
4
votes
2answers
401 views

Amazon Web Services + ASP.NET MVC 3 + MySql

I have an application built on ASP.NET MVC 3 that uses Entity Framework to connect to MySql for its data store. I am looking at hosting options, and Amazon looks like a very tempting place for me to ...
4
votes
1answer
255 views

When working with AppHarbor, how can I properly manage development and live configuration files?

I have a small project under way, in which I'm experimenting with AppHarbor. For those of you who aren't familiar with it, AppHarbor allows you to automatically build and deploy ASP.NET MVC projects ...
4
votes
3answers
374 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 ...
4
votes
1answer
366 views

Getting file-content on AppHarbor

I recently started to create a project on AppHarbor just to try it out. And I've run into a small problem. I've created small files containing jQuery-templates which I've named .tmpl-files and placed ...
4
votes
2answers
349 views

Product catalog search - good use case for NoSQL / MongoDB?

We're developing an ASP.NET MVC 3 website to be deployed on AppHarbor. The site will have at least 10,000 products on it. The user can search for products based on a tagging system (eg search for ...
3
votes
1answer
56 views

Amazon S3 error - Could not establish trust relationship for the SSL/TLS secure channel

I'm using Amazon .NET SDK, and adding file from my ASP.NET MVC app is working fine from my dev machine, when I`m deploying the app (on AppHarbor) I get the following error: Could not establish trust ...
3
votes
5answers
92 views

How to improve performance on a .net wcf service

I'm porting a cpu-heavy .net 4.0 windows application to a .net 4.0 wcf service. Basically I just imported the .net classes to the wcf service. All is working well except for performance at the wcf ...
3
votes
2answers
67 views

Override connection string (from settings.txt) in Orchard CMS

I deployed a web site in AppHarbor which uses a MS SQL database. AppHarbor provides me with a connection string which I entered in settings.txt and it seems to work fine BUT AppHarbor suggests to use ...
3
votes
2answers
132 views

Simulating background task on AppHarbor

I'm using System.Runtime.Caching.MemoryCache to simulate a repeated task on a running .NET MVC application deployed on AppHarbor. Entries in the cache are added using a CacheItemPolicy which contains ...
3
votes
1answer
52 views

How do i deploy from a single github repo with multiple branches to multiple AppHarbor instances

I have a private repository on GitHub that contains an ASP.Net MVC project and am able to deploy this via a Service hook to my AppHarbor instance. My repository contains three branches, Develop, Test ...
3
votes
1answer
62 views

Does AppHarbor support a SQL Server Database Project?

Does anyone know if the solution can be deployed correctly with a project of this type included? I tried but keep getting this error: error MSB4019: The imported project "C:\Program ...
3
votes
1answer
50 views

Can I change the URL of my AppHarbor application?

When I setup my application at AppHarbor, I chose a URL. However, I'd like to change it. Can that be done? This is for the _ _ _ _ _.apphb.com URL (not a custom hostname).
3
votes
1answer
35 views

Expires headers on AppHarbor

Is there an easy way to add expires headers to static content coming from an appharbor site? I have a bunch of images, css and javascript files which have no expiry set and are holding me back on ...
3
votes
3answers
236 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 ...
3
votes
2answers
122 views

Integrating Assembla (or similars) with AppHarbor (or similars, like heroku)

I'm working in a project that is being hosted in appharbor (like heroku for .net). It use git push to upload the code (my first time ever working with such environment). The thing is that now I miss ...
3
votes
2answers
217 views

Web Interface For Visualizing ASP.NET Performance Counters Remotely

Is there an ELMAH equivalent for performance monitoring (e.g. something you can plug into an ASP.NET app so you can visualize performance counters remotely)? There are some solutions for Azure but ...
2
votes
0answers
16 views

Server instance is no longer connected. MongoDB C# driver 1.3.1

I'm running an application on appharbor.com where I'm using a database from MongoHQ. Form time to time I see this error "Server instance penny.mongohq.com:10070 is no longer connected." on appharbor. ...
2
votes
1answer
14 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 ...
2
votes
2answers
30 views

How easy is it to setup a CMS on appharbor

I'm looking for a CMS for use with Appharbor, the issue I've seen with other CMS's is that they store content in the file system which may get deleted between deployments and does not work across ...
2
votes
1answer
24 views

Appharbor + Bitbucket is not triggering any ideas?

I have configured AppHarbor and BitBucket, and it worked one time then it just stopped. The time it worked I had some tests that failed so it did not build. Once I fixed the tests and committed ...
2
votes
1answer
91 views

SignalR on AppHarbor with multiple instances

I'm evaluating using SignalR in an app hosted at AppHarbor running on 2+ instances (web workers) but reading around it looks like thsi won't work: SignalR wiki says that scaling in a web farm is still ...
2
votes
1answer
45 views

AppHarbor build error when setting expiration header on Amazon S3 put request (request.AddHeader)

Added .NET Amazon SDK to my project, and was able to upload images to Amazon S3 with no problems, both on my local server and AppHarbor. Then I added this line to set the expiration header on upload ...
2
votes
1answer
62 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 ...
2
votes
1answer
68 views

How to run external executables from an Appharbor application (HTML to PDF generation)?

I have a requirement to produce PDF's for one my .Net web applications currently hosted on Appharbor. Traditionally, I would simply install latex on the machine, and create PDF's on the fly with ...
2
votes
1answer
82 views

AppHarbor www hostname not working

Sorry I've tried googling as much as possible setting up my domain with AppHarbor but cannot find a straight forward tutorial. Also I'm pretty inexperienced with network stuff like DNS. I have a ...
2
votes
2answers
66 views

AppHarbor - Same SQL Server in more than one application

I am using the variables to configure the same "connection string" between two applications, since the two do access the same database of users. Can I set the same SQL Server (Nano 10GB) in more than ...
2
votes
1answer
65 views

Can I customize the web.config transform for appharbor deployment?

Checking out AppHarbor today. My primary question is in the title, but I have other questions related to git + windows. First of all, related to this video. I like the idea that I can specify config ...
2
votes
1answer
45 views

Trouble using SendGrid with appharbor

I am using appharbor, added SendGrid as addon, They provided me smtp host - smtp.sendgrid.com port - 587 user - 32adf793-2cbf-492c-9bb9-****@apphb.com When I use these details and try to send email ...
2
votes
1answer
94 views

Timeout Exception trying to connect to Memcached server on AppHarbor

I've been using the Enyim Memcached Client for .Net, trying to connect to a server running on AppHarbor. The relevant parts of my configuration file look like this: <enyim.com> <log ...
2
votes
1answer
110 views

How do I get my ASP.NET Web Application to work with AppHarbor?

I've been working on a web application, using ASP.NET Web Application with C# in Visual Studio 2010, and have just started and am trying to deploy it to AppHarbor. I can push my project to AppHarbor ...

1 2