0
votes
2answers
33 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
3answers
247 views

ServiceStack.Razor ViewPageBase.Href not resolving app path on AppHarbor

I have a very basic html form being rendered in a ServiceStack.Razor ViewPage: <form action="@Href("~/subfolder/someservice")" method="POST"> <input...> ... </form> It ...
1
vote
2answers
155 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
2answers
85 views

AppHarbor MVC3 application throws HTTP500 error

I'm testing some MVC3 stuff on my test site on AppHarbor (http://test-1335.apphb.com). I have my database running on AppHarbor, and I'm able to access the database when manually setting up the ...
0
votes
1answer
295 views

WCF Data Services 5.0

I recently updated to Visual Studio 2012 and now, when I create a new WCF Data Service in my MVC project, AppHarbor seems to be missing the assembly for Microsoft.Data.Services 5.0. Anyone was able to ...
2
votes
1answer
262 views

How to use $(OutDir) with YUICompressor.targets?

I have YUICompressor.NET, http://yuicompressor.codeplex.com/, configured as an msbuild task and it is working as expected on my development machine. When I push the code to AppHarbor then I get the ...
1
vote
1answer
140 views

Is it possible to apply a configuration transformation for an AppHarbor test project?

It's stated in the AppHarbor documentation that configuration transformations are applied for both website and background worker config files. However, I have a non-executable, non-deployable ...
1
vote
2answers
235 views

How to convert an existing php application using phlanger

The PHP application uses codeigniter framwork 2.2. How can we convert it so that it can be hosted in .net cloud hosting platform like AppHarbor which supports Phalanger converted PHP code. The PHP ...
3
votes
5answers
585 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
3answers
1k views

Deploying .NET windows apps on cloud

Is there any way a .NET windows app can be deployed on cloud? what about PaaS (platform as a service). I am very new to this all cloud buzz. Any help in this regard will be highly appreciated.
8
votes
1answer
323 views

MSpec on Appharbor

It it possible to execute mspec tests on appharbor aside from adding build action ?
0
votes
2answers
1k views

Asp.net Mvc 3 connection string issue

I just created some hosting space for my web app. However, when I change the connection string to point to my provider's SQL server I recieve an error. The string is as follows: ...
5
votes
6answers
1k views

@font-face working fine over localhost but NOT in AppHarbor

I am facing a problem while hosting my application over a AppHarbor. I’ve a basic application over .net MVC 3.. In this application I’ve used the @font-face property to display content in custom ...
2
votes
1answer
337 views

Is there an App Engine alternative for .NET? Free or very cheap plan required

I'm looking for a way to host my .NET app and if it were a Java app, I would use Google App Engine without blinking an eye. Is there a similar alternative for .NET? Two features that are of highest ...
5
votes
6answers
2k 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 ?