dotnet-buildpack-old
dotnet-buildpack-old copied to clipboard
ASP.NET buildpack. Deploys app on of Mono with XSP and nginx.
I am trying to run the asp.net app using FlexCel (http://www.tmssoftware.com/site/flexcel.asp ) on heroku and getting DLLNotFoundException. As I understand this is more about Mono issue. Any advise on how...
I've tried this using the latest Katana sample but keep getting compile errors: https://github.com/friism/KatanaTest Steps: 1) Downloaded KatanaTest as a Zip and unpacked 2) Git Initialised and committed all files...
This is my first time looking into buildpack's for heroku, but I've got a .NET Mono app attempting to compile and fails with the following log (below). Is there anyway...
I'm trying to deploy a ServiceStack app (https://github.com/kylehodgson/servicestack-todo-backend) to Heroku on the mono buildpack. The deploy fails with an error (and some warnings): ``` Global.asax.cs(5,34): error CS0234: The type or...
During deploying a WCF Service to Heroku, it turned out the generated WSDL picks up the port number of the running nginx server for urls, e.g. instead of `http://appname.herokuapp.com` it...
Hi, I am new to Heroku. The first experience was: MAGIC! Did heroku push... Got my app running 2nd "git heroku push master", however, did not update the app. Even...
Hi, I have an ASP.NET application with `Global.asax` file. And my application does not have an `.sln` file. When I try to push my app to heroku, I got the...