Google Compute Engine に対して ASP.NET をデプロイ
Google Cloud Platform Blog: How to get your ASP.NET app up on Google Cloud the easy way
という記事があったので、ASP.NET をデプロイしてみました。Windows の仮想マシン自体は前からありましたよね? 特記事項はなく単にスクショを貼ります。
ドキュメントには2つのチュートリアルがあるので、最初の1つめを試しました。
1つめ Google Cloud Computing, Hosting Services & Cloud Support - .NET — Google Cloud Platform
The Hello World tutorial shows you how to deploy an ASP.NET application to Compute Engine.
2つめ Google Cloud Computing, Hosting Services & Cloud Support - .NET — Google Cloud Platform
The Bookshelf tutorial shows you how to build an ASP.NET MVC application that uses a variety Cloud Platform services to make your application reliable, scaleable and easy to maintain.
チュートリアル通り DL したものは、単にメッセージを返すだけの ASP.NET Web API のプロジェクト。
Visual Studio のプロジェクトを右クリック>発行