How to deploy .net app to bluemix -


while trying deploy .net app bluemix, getting following error

"known buildpack"

. can tell me buildpack asp.net?

the buildpack .net on bluemix called aspnet5-experimental add -b option cf push command.

note name implies still experimental buildpack.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -