简体   繁体   English

一种将ASP.NET 5发布到Azure云服务的方法?

[英]A way to publish ASP.NET 5 to Azure Cloud Service?

A noob's question. 一个菜鸟的问题。 I consider using a Cloud Service instance to host a web-app, but my app is based on ASP.NET 5 beta8. 我考虑使用Cloud Service实例托管Web应用程序,但是我的应用程序基于ASP.NET 5 beta8。 Visual Studio tooling doesn't allow me to add an ASP.NET 5 app into a Cloud Service project (which could make it trivial to deploy). Visual Studio工具不允许我将ASP.NET 5应用添加到Cloud Service项目中(这可能使部署变得微不足道)。

However, it is still just an app. 但是,它仍然只是一个应用程序。 So there must be a general way to put it in, right? 因此,必须有一种通用的放置方法,对吗? Or is it possible only through VS tools? 还是只能通过VS工具实现?

Your question is a duplicate of: How to convert a ASP.NET 5 Preview Web Project to Cloud Service 您的问题重复如下: 如何将ASP.NET 5 Preview Web项目转换为Cloud Service

The answer in that thread: 该线程的答案:

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 但是,如果需要,您可以创建一个安装脚本来安装所有必需的组件,然后可以按照本文中的步骤运行它并引导您的应用程序: http : //www.codeproject.com/Articles/331425/在Windows Azure上的WebRole中运行一个EXE

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法发布 ASP.NET Web API 到 Z3A580F142203677F1FZ3 应用服务 - Cannot publish ASP.NET Web API to Azure App Service 在Azure云服务上部署ASP.NET网站 - Deploy an ASP.NET WebSite on an Azure Cloud Service Windows Azure云服务asp.net配置文件更改 - Windows Azure cloud service asp.net config file changes ASP.NET API 未能在 azure 上发布 - ASP.NET API failing to publish on azure asp.net core 中的托管服务(后台服务)在每次 Publish azure 中重启 - hosted service (background service) in asp.net core restart in each Publish azure 如何在ASP.Net中发布Web服务? - How to publish web service in ASP.Net? 在Azure Service Fabric解决方案中通过Docker容器发布ASP.NET MVC项目 - Publish ASP.NET MVC Project via Docker Container in Azure Service Fabric solution 如何在Windows Azure Web App上发布的asp.net网站中访问Web服务 - How to to access web service in asp.net web site whcih publish on windows azure Web App 如何将 Blazor Web 程序集与 ASP.NET 核心托管和身份验证应用程序发布到 ZCF04A02E37B774FC3917A 服务? - How to publish Blazor Web assembly with ASP.NET core hosting and identity auth app to azure App Service? 为什么在Azure SDK中使用Azure云服务项目而不是ASP.NET项目? - Why use an Azure Cloud Service Project instead of an ASP.NET project with the Azure SDK?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM