2

I want to deploy my .NET application to the Bluemix platform.

Can any one tell me what are the necessary steps for it? I am using SVN as repository.

RandalAnders
  • 1,431
  • 9
  • 16

1 Answers1

2

Update: Bluemix now includes a runtime for ASP.NET 5. In the Dashboard, it appears in the list when you create a web app, and appears in the catalog in the list of runtimes (currently on the Labs page).

For more info:


Thank you for your interest in Bluemix. As discussed in "Deploying .NET Application on Bluemix, connecting to external databases, Watson," IBM and Microsoft have announced support for .NET runtimes in Bluemix, but that is not yet available. Stay tuned.

It looks like your question concerns ASP.NET. As discussed in "Can I run my Tomcat app on Bluemix?" Bluemix includes a buildpack for ASP.NET, aspnet5-experimental. It explains how to specify a buildpack when pushing an app to Cloud Foundry. "Deploying a Standard vNext WebApplication VS Next 2015 RC to Bluemix fails" also has some details about the ASP.NET buildpack.

Community
  • 1
  • 1
Bobby Woolf
  • 707
  • 1
  • 6
  • 13
  • Bobby Woolf.....Can you please give the feedback on http://stackoverflow.com/questions/36715501/host-app-crash-with-status-127-in-bluemix-server – jiten Apr 19 '16 at 12:21