简体   繁体   English

如何在现有的Azure MVC ASP.NET Web应用程序上启用“云中的主机”

[英]How to enable “host in the cloud” on existing Azure MVC ASP.NET web application

I know you can enable it while you create the project here: 我知道您可以在此处创建项目时启用它:

图片

but is it possible to enable this when the project is already created ? 但是是否可以在项目创建后启用它?

The Host in the cloud checkbox in this case will just allow you to select or create a Web App, and setup the publish profile for you. 在这种情况下,“云中的主机”复选框仅允许您选择或创建Web App,并为您设置发布配置文件。 you can do this yourself: 您可以自己执行以下操作:

You can do the yourself: In VS, Right click on solution -> Publish... -> Microsoft Azure App Service You can select an existing Web App or create a new one right there. 您可以自己做:在VS中,右键单击解决方案->发布...-> Microsoft Azure App Service您可以选择一个现有的Web App或在此处创建一个新的Web App。

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

相关问题 将ASP.NET MVC Core应用程序的[部分]发布到Web主机 - Publishing [part] of ASP.NET MVC Core application to web host 如何将Web API添加到现有的ASP.NET MVC(5)Web应用程序项目? - How to add Web API to an existing ASP.NET MVC (5) Web Application project? 将Asp.Net Mvc,Web Api应用程序发布到Windows Azure - Publishing an Asp.Net Mvc,Web Api Application to Windows Azure 我可以将 ASP.NET Core MVC 添加到现有的 ASP.NET Web Z645024253191A381C36Z83CAE8 - Can I add ASP.NET Core MVC to existing ASP.NET Web Forms Application 如何在asp.net Web表单应用程序中“启用CORS”? - How to 'Enable CORS' in asp.net web form application? 现有ASP.NET Web API中的ASP.NET MVC 4 - ASP.NET MVC 4 in existing ASP.NET Web API 在现有WCF应用程序(IIS)中托管一个ASP.net MVC 4站点 - Host an ASP.net MVC 4 site inside existing WCF application (IIS) 如何为现有的ASP.NET Web应用程序实现页面计数器 - How to implement page counter for an existing ASP.NET web application 将ASP.NET MVC应用程序发布到Web主机 - 在VS项目结构而不是应用程序中部署文件 - Publishing ASP.NET MVC application to a web host - deploys files in the VS project structure instead of the application Azure中的ASP.NET Web应用程序 - 如何记录错误? - ASP.NET web application in Azure - How to log errors?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM