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
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.
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 ...
-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
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?
0
votes
2answers
207 views

Appharbor build error: Could not locate the assembly “Microsoft.Exchange.WebServices”

I am new to AppHarbor and am getting this build error with my project (Asp.net / C# web service). My hello world worked fine and is deployed. However, this new method that I wrote connects to Exchange ...
2
votes
1answer
351 views

AppHarbor: The directory '/App_GlobalResources/' is not allowed because the application is precompiled

I trying to deploy my ASP.NET WebForms application to AppHarbor. After a succesful deploy I get The directory '/App_GlobalResources/' is not allowed because the application is precompiled I ...
3
votes
1answer
65 views

Deploy infragistics on appharbor

Has anyone successfully deployed a website with infragistics controls on appharbor using the "lib" folder option? If yes, can you please post step by step info?
0
votes
0answers
112 views

Why is AppHarbor adding a random port to absolute URLs? [closed]

This may be a long shot. Hoping someone has seen this before. I'm using TweetSharp in an ASP.NET MVC 3 application to authenticate using Twitter. I have three environments: localhost, test, and ...
5
votes
1answer
312 views

AppHarbor pre-compilation error

While deploying to AppHarbor, AppHarbor gave me the following compile output: Microsoft (R) ASP.NET Compilation Tool version 4.0.30319.17929 Utility to precompile an ASP.NET application Copyright (C) ...
1
vote
1answer
102 views

Appharbor won't build new web project

I just created a new application on AppHarbor and pushed a solution containing an ASP.NET MVC 3 web project. The odd case about this is it's a web project, not a web application, so it's a directory ...
0
votes
1answer
28 views

Is it possible to run a plugin system on AppHarbor?

I've written a plugin system for my web application where at application start assemblies are read and cataloged. Is this possible if I have a "plugins" folder that I push to, and how would I ...
1
vote
1answer
152 views

How to prevent losing the Max-Age portion of my Cache-Control header in AppHarbor?

I have an ASP.NET / MVC web app which when running locally produces this header: Cache-Control:public, max-age=3 Connection:Close Content-Encoding:gzip Content-Length:287122 ...
2
votes
2answers
4k views

ASP.NET MVC 4 - Application not accepting new connection string - AppHarbor Deploy Issue

I'm currently working on an ASP.NET MVC 4 project that is using Entity Framework 4.3 with a CodeFirst approach using simple POCO classes. Also, I'm using SQL Server Express as the development ...
0
votes
1answer
77 views

How to run specific pages on https

I have used a rule to redirect pages to https.The following is the rule in web.config: <rules> <rule name="HTTPs Redirect" stopProcessing="true"> <match url="(.*)" ...
2
votes
1answer
275 views

HTTPS with URL rewriting is not working on appharbor

I have built an application on asp.net 3.5 which is hosted on AppHarbor. The problem is that on HTTPS URL rewriting is not working. The following is the code to run some of the pages on SSL: string ...
5
votes
2answers
377 views

What's the difference between 'Web workers' and 'Background workers' on App Harbor

I'm developing the backend server for a turn based game using App Harbor and thus far it seems perfectly suited to my needs. I would really like to run a background process to process turn data etc ...
6
votes
2answers
1k views

ASP.NET Cookieless Session URL Issue ONLY in mobile safari

We're hosted on AppHarbor and using their memcacher add-on, setup as described in their documentation: <sessionState cookieless="false" regenerateExpiredSessionId="true" mode="Custom" ...
1
vote
1answer
82 views

Can I create virtual directory in AppHarbor?

I have a website currently on my local IIS (a separate website like "Default Web site"). I added an folder inside it and right clicked and did a "Convert to Application". This means now it is ...
2
votes
1answer
208 views

appharbor gives error on compiling after push

I get this error from appharbor: Build started 5/31/2012 4:52:13 PM. Project "D:\temp\woojnpbm.drx\input\wsolver.sln" on node 1 (default targets). ValidateSolutionConfiguration: Building solution ...
1
vote
1answer
185 views

Error accessing Web.config AppHarbor deployment

I have a c# MVC 3 project deployed in AppHarbor, the thing is that I need to change the connection string that AppHarbor uses, in order to add MultipleActiveResults = True. For it in the ...
4
votes
1answer
176 views

Dotless on Appharbor

I am having a huge issues with DotLess on AppHarbor. I have setup my web.config correctly according to dotless but my .less files are always giving a 404 error. I have made sure that the files are ...
3
votes
2answers
978 views

MongoDB Membership Provider on AppHarbor

I have an application on AppHarbor, and I've finally gotten it to work. One thing that's eluded me though is getting my Membership provider to work. I'm using MongoLab for my database, and it works ...
1
vote
1answer
387 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 ...
1
vote
1answer
97 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 ...
3
votes
5answers
592 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
1answer
202 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
394 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 ...
2
votes
2answers
307 views

nopCommerce on AppHarbor. Redirect loop

I am trying to deploy a nopCommerce application to AppHarbor. When I start the page I run into a runtime redirect loop however. I added a bit of debug logging and the problem seems to be this part ...
5
votes
1answer
366 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: ...
1
vote
2answers
682 views

Asp.net application hosting in Amazon Cloud

Hosting .NET application in Amazon EC2. what would be optimum configuration for a group that has 525 employers and around 85,000 employees ? I am googling this for past 1 week but could not found a ...
3
votes
1answer
380 views

How to configure SSL on AppHarbor with ServiceStack.net web services

I am developing a set of web services using ServiceStack.net. I plan to host these services on Appharbor. I am fairly new to appharbor and cloud hosting in general. I see that there is an interface ...
8
votes
1answer
949 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? ...
16
votes
1answer
524 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 ...
3
votes
2answers
323 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 ...
4
votes
2answers
3k views

Creating a script for ASP.NET membership table structure

I'm creating an AppHarbor MVC3 application and want to use the standard membership provider support. The AppHarbor guys told me I needed to create script for the table structure that I can run on my ...