2

Publishing my entire application to a server in the U.S. every time I change a single line of code is taking FOREVER.

I'm running VisualSVN server on my production server. How can I auto-build my project (to a development site folder) on the server whenever a commit is made? And is this a good practice?


Update: I'm now looking into the Web Deployment Tool.

1
  • I'm now using Visual Studio's 1-Click publishing to deploy my working copy, which speeds up employment quite a bit. Commented Nov 22, 2010 at 18:51

1 Answer 1

2

I think you're describing the need for a Continuous Integration Server.

Have a look at TeamCity or CruiseControl.Net.

HTHs,
Charles

Sign up to request clarification or add additional context in comments.

1 Comment

My projects are mostly one-man shows. Is there a simpler way to deploy without setting up an entire CI service?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.