Deploying ASP.NET MVC web project by remotely building committed VisualSVN code
Posted
by FreshCode
on Stack Overflow
See other posts from Stack Overflow
or by FreshCode
Published on 2010-04-07T23:37:57Z
Indexed on
2010/04/07
23:43 UTC
Read the original article
Hit count: 366
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?
© Stack Overflow or respective owner