How to deploy .Net application to heroku

Nick Kahn picture Nick Kahn · Mar 17, 2015 · Viewed 23.4k times · Source

I do not see much help when it comes to deploying .Net app to Heroku, Is there any tutorial for deploying .Net

Answer

jincod picture jincod · Sep 23, 2015

This is demo app on asp.net 5 beta7 https://github.com/jincod/AspNet5DemoApp. Using buildpack forked from heroku/dotnet-buildpack.

heroku buildpacks:set https://github.com/jincod/dotnetcore-buildpack
git push heroku master