asp.net - 将 ASP.NET vNext 应用程序部署到 Azure 云服务

标签 asp.net azure asp.net-core azure-cloud-services

是否可以将 ASP.NET vNext Web 应用程序部署到 Azure 云服务?如果是,那么它是构建在 aspnet50 还是 aspnetcore50 框架上有什么关系吗? Azure 云服务 Visual Studio 模板即使在 2015 年 CTP 似乎也仅支持 .NET Framework 4.x。

最佳答案

尚不支持,但如果您确实愿意,可以执行一些操作,例如创建辅助角色设置脚本(用于安装 kvm、kre 等),然后按照类似 http://www.codeproject.com/Articles/331425/Running-an-EXE-in-a-WebRole-on-Windows-Azure 的步骤操作。运行它并引导您的 aspnetcore50 应用程序。这并不漂亮或简单,但它是目前以辅助角色运行 ASP.NET 5.0 内容的唯一方法。

关于asp.net - 将 ASP.NET vNext 应用程序部署到 Azure 云服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28066237/

相关文章:

c# - 通用存储库的依赖注入(inject)

asp.net - 插入多行的最佳方法 (ADO.NET)

azure - 无法登录microsoft logine.live

azure - 不从 Function App 向 Application Insights 发送数据

powershell - AzureProfile.json 上的多个 Runbook 访问被拒绝

c# - .NET 核心异常 : A circular dependency was detected for the service of type

c# - 验证 base64 编码图像 .NET 核心

c# - 不能使用 C# 在 DropDownList 中选择多个项目

c# - 声明我不想传递的参数

asp.net - 页面中包含的控件的验证不会使整个页面失效