I'm currently trying to find a good solution for publishing a web site onto multiple load balanced servers.
As it stands (from msdn) VS itself does not support it free house without me editing the installation templates. As I want t oavoid that, I'm looking for alternative ideas. One of them was the following:
- I publish onto a single server
- I robocopy all changed files to all other servers (automatically)
Now my question there is: Is it enough to just copy the files from one server to all others (and thus robocopy a valid tool there)? Or does the publish process do more than just copy files onto a server ? (That I have to initially configure the applications one single time anyway is clear to me).