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

0
votes
1answer
270 views

Entity Framework EF4.1 - stored procedure “could not be found in the container”

I have a SP in my database. For EF4.1, using the DbContext API. After importing the function from the data model, references to the stored procedure works fine in my development environment. But ...
13
votes
2answers
799 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
5answers
476 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 ...
6
votes
3answers
711 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 ...
3
votes
1answer
201 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 ...
0
votes
1answer
55 views

How to ignore some tests on appharbor deploy

AppHarbor automatically runs your unit test when they build your app. I'd like to have AppHarbor ignore a certain "Category" of tests, specifically, those that test persistance configuration. So, ...
2
votes
1answer
68 views

How to connect to Oracle from AppHarbor?

I would like to deploy my MVC 3 application to AppHarbor and have it connect to a hosted EC2 instance. The necessary permissions have been granted between the 2 security groups, but I was wondering ...
1
vote
1answer
177 views

Pushing an existing svn repository to git

I'm using SVN and I'm not planning to migrate to Git for now. I'd like to try out AppHarbor but currently you must use Git to deploy code to AppHarbor. I'd like to continue using SVN but push to ...
0
votes
1answer
256 views

Using CodeFirst.DontDropDbJustCreateTablesIfModelChanged causes attachment issues to the ObjectStateManager in EF 4.3

[EDIT]: The application works fine in my local but won't run in AppHarbor. At the initial load of my site, I'd get this error mentioned in another question, if I reload the page then I'd get the error ...
11
votes
2answers
396 views

Ninject crashes on application start on appharbor

I am using Ninject on my MVC 3 project deployed on appharbor. I noticed that I get an exception when the application is started, and it looks like something inside Ninject is the cause, but I cannot ...
6
votes
3answers
335 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 ...
12
votes
2answers
441 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 ...
4
votes
1answer
448 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 ...
3
votes
1answer
184 views

Authenticated ServiceStack.Redis.PooledRedisClientsManager

How do I specify a username and password for the Redis hostname when instantiating a PooledRedisClientManager? var _redis = PooledRedisClientManager("my.redishost.com:1234"); I specifically need to ...
2
votes
1answer
155 views

deploying to AppHarbor using subversion

I have an Asp.Net MVC project. I added "login with Google" button. It appears this will work only after I publish my site and register it with Google. Now I need to deploy my site somewhere. I ...
2
votes
1answer
172 views

How do i allow my users to use custom domains on AppHarbor?

Free users will get a url like user1.myapp.com The paid ones will be able to point their domains to my app. And my app will serve specific content based on the domain name. Is this possible with ...
0
votes
2answers
82 views

App.config transformation for appharbor background workers

I would like to use app.config transformation as it is done for web.config on AppHarbor background workers. I tried the solution proposed in a previous question but it doesn't seem to work. Is this ...
3
votes
1answer
79 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 ...
3
votes
3answers
346 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
2answers
143 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
194 views

Can't build notcommerce project under appharbor

I used nopcommerce to create a store. And now I want to deploy it on appharbor. But I have a small issue: nopcommerce hasn't .sln file (which have list of files) and appharbor can't build project. ...
1
vote
2answers
47 views

path of local file

I want to deploy a applicacion in appharbor, in local my app read and write a file locate in C://projects/Name_App But in the server logically this path don't run. How to change the path in the app ...
1
vote
1answer
36 views

Deploying on AppHarbor throwing Mixed Mode Assembly error

We are trying out AppHarbor, but are getting a build error as follows: SGEN : error : Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime ...
1
vote
2answers
358 views

Could not load file or assembly 'System.Net.Http' or one of its dependencies [closed]

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 ...
1
vote
1answer
54 views

Where I can see IP of my application?

I've added custom hostname for my application and now I need get IP address of the application to set it in CNAME. Where I can take it? Thanks.
1
vote
2answers
104 views

How to get msysgit to clone a repository where I want it to go?

New to git, not new to svn. Attempting to clone an svn repository to push to appharbor as part of a build process, per something like this thread. However, msysgit always works from whatever ...
1
vote
0answers
250 views

Asp.Net Connection string “Unable to load the specified metadata resource” Issue

I am trying to connect my Entity Framework mappings to be integrated with an Sql server on a hosted site. This issue can be found in the following stack trace: [MetadataException: Unable to load the ...
1
vote
2answers
353 views

AppHarbor NopCommerce running issue

I uploaded nopcommerce solution to appharbor (using this method Can't build notcommerce project under appharbor) and solution succesfully builded, but I receiving 403 error - Forbidden: Access is ...
1
vote
2answers
197 views

Restrict access to views to debug only

I have a webpage I am working on using asp.net mvc3. I am deploying it via appharbor which is amazing. The entire page is public, so I don't need user authentication or anything like that, but there ...
0
votes
2answers
172 views

Can the netduino board send and receive directly to and from my appharbor app?

Hi i would like to send data from my netduino board directly to my app that is hosted on appharbor, I couldn't find any examples. I may be asking the question wrongly, if so thanks for you patience. ...
0
votes
1answer
39 views

EF4 definition not updating

I have an EDMX file that I generally populate using "Update Model from Database". Recently, I changed one field in the database from varchar(2) to varchar(15). The EDMX was updated, and looking ...