gailvienna
New Member
I have a ASP.NET project with my own Development, Staging and Production servers.In all environements, I move code manually. So everytime I have to promote a change, I perform the following steps:[*]Get my latest code from SVN.[*]Merge the code between lower and to be promoted environment using tools like Beyond Compare.[*]Then I move the respective ASPX and DLL files and any Stored Procedures or table data manually to Production.This is a very time consuming process and I would like to get some automated methods for code moves.Is there a way I can get the code moved from SVN to my Servers using some automated tools or in a automated packages.I am using ASP.NET 2.0 with IIS 7 and SQL Server 2008.