简体   繁体   English

如何使用VS2015将ASP.NET 5 Web部署到AWS IIS?

[英]How to Web Deploy ASP.NET 5 to AWS IIS using VS2015?

The Publish Web wizard in Visual Studio 2015 no longer allows you to create a new profile and specify the connection parameters. Visual Studio 2015中的发布Web向导不再允许您创建新的配置文件并指定连接参数。 You can see what it looks like in the official docs here . 您可以在此处查看官方文档中的内容

As such there appears to be no way to use the Web Deploy to publish to AWS other than publishing to the file system and manually copying that across yourself. 因此,除了发布到文件系统并在您自己之间手动复制之外,似乎没有办法使用Web Deploy来发布到AWS。

How can I publish a ASP.NET 5 MVC 6 website directly to an EC2 AWS instace using Web Deploy now? 如何立即使用Web Deploy将ASP.NET 5 MVC 6网站直接发布到EC2 AWS实例?

Looks like you need to import the publish profile until they make improvements in the next preview version: 看起来您需要导入发布配置文件,直到它们在下一个预览版本中进行了改进:

We are working on simplifying the experience for the next version. 我们正在努力简化下一个版本的体验。

I haven't tried but I assume you could create the profile file yourself using the specification: 我没有尝试过,但是我想您可以使用规范自己创建配置文件:

Generate a Profile XML File 生成配置文件XML文件

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

相关问题 如何在安装vs2015之后在vs2015上安装Asp.Net? - How can I install Asp.Net on vs2015 after already installing vs2015 ? 如何在VS2015中在局域网中发布ASP.NET Web应用 - How to publish an ASP.NET web app in local area network in VS2015 使用VS 2015将ASP.Net Web API部署到远程IIS - Deploying ASP.Net Web API to Remote IIS with VS 2015 用VS2015创建的ASP.Net核心Web应用程序(.Net Framework)创建了一个看上去很狡猾的项目 - ASP.Net Core Web Application (.Net Framework) created with VS2015 creates a dodgy looking project vs2015中ASP.NET Core RC2的Web开发工具 - Web Development Tools for ASP.NET Core RC2 in vs2015 在 VS2015 ASP.NET 5 Web API 应用程序中设置项目 url - Setting project url in VS2015 ASP.NET 5 Web API application 如果网站创建为 Visual C# ASP.Net Web 应用程序在 VS2015 中,PageMethods 不起作用 - PageMethods not working if the website is created as a Visual C# ASP.Net Web Application in VS2015 是否可以在VSCode OSX上运行VS2015中创建的ASP.NET Web项目? - Is it possible to run a ASP.NET web project created in VS2015 on VSCode OSX? 在 ASP.NET 5/VS2015 中遇到 DNX 参考问题 - Stuck with DNX reference issue in ASP.NET 5/VS2015 Microsoft ASP.NET 和 Web 工具 VS2015 更新工具不会检测到 Visual Studio 2015,尽管它已安装 - Microsoft ASP.NET and Web Tools VS2015 update tool won't detect Visual Studio 2015 although it is installed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM