Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jonas Eriksson 930 posts 1825 karma points
    Dec 13, 2009 @ 12:24
    Jonas Eriksson
    0

    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?

  • Jonas Eriksson 930 posts 1825 karma points
    Dec 13, 2009 @ 19:19
    Jonas Eriksson
    0

    Should I look into making packages? Even if most functions are quite specialized for a single site.

  • Jonas Eriksson 930 posts 1825 karma points
    Dec 13, 2009 @ 19:32
    Jonas Eriksson
    0

    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/

  • Frederik Vig 29 posts 61 karma points
    Dec 13, 2009 @ 19:55
    Frederik Vig
    1

    I would use a continuous integration server for this. TeamCity and CruiseControl.net are both very popular and easy to use.

  • Jonas Eriksson 930 posts 1825 karma points
    Dec 13, 2009 @ 20:35
    Jonas Eriksson
    0

    Very interesting! I will look at that!

Please Sign in or register to post replies

Write your reply to:

Draft