一种将 ASP.NET 5 发布到 Azure 云服务的方法?
A way to publish ASP.NET 5 to Azure Cloud Service?
一个菜鸟的问题。我考虑使用云服务实例来托管 Web 应用程序,但我的应用程序基于 ASP.NET 5 beta8。 Visual Studio 工具不允许我将 ASP.NET 5 应用程序添加到云服务项目中(这可能会使部署变得微不足道)。
但是,它仍然只是一个应用程序。所以必须有一个通用的方式来放入它,对吧?还是只能通过VS工具才能实现?
您的问题与以下内容重复:
该线程中的答案:
It's not supported yet. But, if you want, you can create a setup script that installs all the needed components and then you can follow the steps from this post to run it and bootstrap your app: http://www.codeproject.com/Articles/331425/Running-an-EXE-in-a-WebRole-on-Windows-Azure
一个菜鸟的问题。我考虑使用云服务实例来托管 Web 应用程序,但我的应用程序基于 ASP.NET 5 beta8。 Visual Studio 工具不允许我将 ASP.NET 5 应用程序添加到云服务项目中(这可能会使部署变得微不足道)。
但是,它仍然只是一个应用程序。所以必须有一个通用的方式来放入它,对吧?还是只能通过VS工具才能实现?
您的问题与以下内容重复:
该线程中的答案:
It's not supported yet. But, if you want, you can create a setup script that installs all the needed components and then you can follow the steps from this post to run it and bootstrap your app: http://www.codeproject.com/Articles/331425/Running-an-EXE-in-a-WebRole-on-Windows-Azure