Hello! Perhaps I have missed something obvious. I struggle a bit with deploying changes in my dll's... How do you keep a good stable routine for that? I think subversion should be the store for my code, but how to copy the dll's in a good way? Ftp from the dev-machine to the web server? Or is there some other automatic deployment way that does not require one to logon to the server (remote desktop) to get the dll's from the svn?
Deploy changed dll's
Hello! Perhaps I have missed something obvious. I struggle a bit with deploying changes in my dll's... How do you keep a good stable routine for that? I think subversion should be the store for my code, but how to copy the dll's in a good way? Ftp from the dev-machine to the web server? Or is there some other automatic deployment way that does not require one to logon to the server (remote desktop) to get the dll's from the svn?
Should I look into making packages? Even if most functions are quite specialized for a single site.
The simple solution is ofcourse ftp. After a bit of struggle with both the built in ftp-version in ws2008web and filezilla server with no luck, I found this good article and got ftp 7.5 for iis7 working. http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/
I would use a continuous integration server for this. TeamCity and CruiseControl.net are both very popular and easy to use.
Very interesting! I will look at that!
is working on a reply...