Deploying Web site project with web deploy

This discussion is public.

James Moore's Avatar

James Moore

02 Aug, 2016 05:39 PM

Hi, I have a Visual Basic Web Site project that I am trying to deploy with Web Deploy. I have the option to package for web deploy enabled but no artifacts are being produced from the build. I have a feeling because it is a web site project instead of a web app project i need to take additional steps. Please advise. Thanks!

  1. 1 Ilya Finkelshteyn's Avatar Ilya Finkelshteyn on 02 Aug, 2016 07:02 PM

    Hi James,

    You are correct, Web Application packaging works only if Visual Studio project is “Web Application”. For your case you need to package all website files as a single Zip file. Simplest way is add folder with all site assets as a path to artefact and name this artefact. Then use Web Deploy with this artifact.

    We documented very similar approach for node website, please take a look:
    https://www.appveyor.com/docs/deployment/web-deploy#using-web-deploy-with-a-node-js-website

    Please let us know if it helps.

    Thank you,
    Ilya.

  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:07 AM.

Comments are currently closed for this discussion. You can start a new one.