简体   繁体   中英

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. 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.

How can I publish a ASP.NET 5 MVC 6 website directly to an EC2 AWS instace using Web Deploy now?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM