10

When I click publish ASP.NET 5 project in visual studio, only 3 target I can choose: Microsoft Azure Web Apps,
Import,
File System

There're no Web Deploy or Web Deploy package as shown in ASP.NET 4.6 Project.
How can I perform Web Deploy on ASP.NET 5 project?

3
  • IIRC, web deploy support is not there yet. Commented May 29, 2015 at 13:59
  • 1
    check out this question: stackoverflow.com/questions/29787379/… Commented Aug 5, 2015 at 9:22
  • I suggest you look at using dnu to create deployments though webdeploy is unlikely to help you. Commented Oct 21, 2015 at 6:56

1 Answer 1

1

Publishing an ASP.NET 5 project to an IIS server with Web Deploy requires a few additional steps in comparison to an ASP.NET 4 project.

Before asp.net dev team provide a better solution, you can just follow the instruction from docs.asp.net Publishing to IIS with Web Deploy using Visual Studio 2015

To publish an ASP.NET 5 application to a remote IIS server the following steps are required.

  1. Configure your remote IIS server to support ASP.NET 5
  2. Create a publish profile
  3. Customize the profile to support Web Deploy publish
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.