Curious as to how others deploy .Net software?<p>We have a pretty streamlined process all the way up to 'put files on production server' which we do by hand. There's too many 'gotchas' with Windows/our environment that I don't feel comfortable using Nant (like we do everywhere up until the final production file push).<p>Instead of taking this issue on... We're moving to Mono on Linux (well, more correctly we're evaluating moving to Mono) which is worlds nicer for scripting and automating.
done. maybe let me fill in my mail address so we can stay updated about any results?<p>Made me rethink some of my deployment strategies; mainly I'll just deploy doing a git pull on the server and issuing a graceful apache restart (passenger). db migrations through "rake db:migrate".<p>Would be interesting to see what others have as deployment strategies.