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
148 views

Access and Identity WIF 'Key not valid' on Load balanced cloud deployment at AppHarbor

Now then all. Having a little trouble with an MVC app using Identity and Access and Azure STS on AppHarbor giving "Key not valid in specified state" errors. From what I gather, this is due to the ...
0
votes
1answer
114 views

Twilio.MVC ValidateRequest on AppHarbor

I am trying to get the twilio.MVC helper attribute ValidateRequest to work on a MVC 4 controller running in AppHarbor. I can't seem to get it to work and I assume it is because my app is running ...
1
vote
1answer
184 views

Predefined type CallSite is defined in multiple locations

I get errors from both build and website precompile on App Harbor that seem to originate from multiple versions of the C# dynamic assemblies. They both start with warnings that look like: 2>CSC : ...
1
vote
1answer
995 views

Failed to find or load the registered .Net Framework Data Provider

I got the following error: "Failed to find or load the registered .Net Framework Data Provider." It only occur in AppHarbor server, not my local I use .Net mvc4 and mysql I have added MySql.Data, ...
1
vote
1answer
185 views

How to forward appharbor domain to my custom domain

I have a web site (Tulpep) app runing in AppHarbor. The default domain in appharbor is http://tulpepwebsite.apphb.com/. The site is running on ASP.NET MVC 4.5. Is it possible to redirect the users ...
4
votes
3answers
428 views

Root directory in CSS in a ASP.NET MVC

I have an using ASP.NET MVC 4.5 that uses some css files. The css refers to some images. The css file Is located in this path: WebSiteRoot\Content\css\services\File.CSS The image is located in ...
17
votes
3answers
4k views

ASP.NET MVC framework 4.5 CSS bundles does not work on the hosting

I am runing an App on app harbor written in MVC4. A bundle of css files doesnt work. In my local computer in debug mode I see the code of the App and I see the files. The App Works as expected. ...
2
votes
1answer
466 views

403 Error (Forbidden) when trying to view my MVC4 application on AppHarbor

I'm new to both ASP.net and AppHarbor. I also have never deployed an ASP.net application before. I've set up an MVC4 website using the Visual Studio 2012 release candidate and it is near completion. ...
0
votes
1answer
109 views

Appharbor live deployment of builds

What is the best strategy to deploy the latest build to the AppHarbor live site without users seeing any error while the deployment is in progress. Worker process will always be restarted when you ...
1
vote
1answer
508 views

WebApi POST returns 404 on AppHarbor

I have a Asp.net WebAPI service that is hosted on AppHarbor which throws 404 error on POST requests. The MVC 4 controller's POST works perfectly though that is hosted in the same virtual dir. The ...
5
votes
2answers
553 views

Designing a good interface for using RabbitMQ from ASP.NET MVC and worker apps

Looking into building a web app that runs on MVC4 at AppHarbor. In the interest of responsiveness and performance, slightly longer running tasks (typically, generating/sending emails, resizing images, ...
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 ...