Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Biagio Paruolo 1594 posts 1825 karma points c-trib
    Dec 16, 2015 @ 21:39
    Biagio Paruolo
    0

    U7 and Visual Studio: publishing ( release mode ) web site. Which is the better setup?

    Which is the better configuration for Visual Studio to compile a website made with Umbraco and publish to web server?

    Thank you

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Dec 16, 2015 @ 22:03
    Nicholas Westby
    0

    Not sure which options you mean. Are you talking about the build configuration (i.e., "Release" vs "Debug")?

    Or, are you talking about something else (perhaps websites vs web applications)?

  • Biagio Paruolo 1594 posts 1825 karma points c-trib
    Dec 17, 2015 @ 06:33
    Biagio Paruolo
    0

    Sorry, release and debug .

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Dec 17, 2015 @ 06:37
    Nicholas Westby
    0

    Probably doesn't matter all that much. Release may be faster.

  • Biagio Paruolo 1594 posts 1825 karma points c-trib
    Dec 17, 2015 @ 06:43
    Biagio Paruolo
    0

    Ok, good. Do you use web publishing , too? So you don't copy on the web server files and folders of the solution like obj, etc..

  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Dec 17, 2015 @ 07:25
    Nicholas Westby
    0

    I use a number of different deployment strategies on different websites. Some I just commit the binaries and Git deploy them. Some I publish to the file system, then commit those to a Git repo, then Git deploy that. Some I build locally then copy the files to the web server.

    For the website that I deploy by publishing to the file system, the unnecessary files aren't deployed to the web server (e.g., the obj folder).

Please Sign in or register to post replies

Write your reply to:

Draft