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).
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
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)?
Sorry, release and debug .
Probably doesn't matter all that much. Release may be faster.
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..
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).
is working on a reply...