I do not see much help when it comes to deploying .Net app to Heroku, Is there any tutorial for deploying .Net
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