So I need to redirect the incoming traffic to my website so that it always uses https/SSL. I am running IIS 7.5 on my Windows 7 machine. I googled for "how do I make sure that all my web traffic uses https". The second link showing was to my web host, GoDaddy.com. They have a page … Continue reading Redirecting Web Traffic from HTTP to HTTPS
configure
Moving Code from the Developer’s Integration Environment to the QA Environment
When we've completed coding (and, if we're feeling especially adventurous, testing said code), we promote our locally developed code to the Dev server. This serves as our integration environment. CruiseControl.Net watches our SCM for any changes promoted to the DEV branch, then it: Updates the configuration files to point to the Dev server instead of … Continue reading Moving Code from the Developer’s Integration Environment to the QA Environment
Opening Salvo: Planning your SCM for a Silverlight project
One of the easiest decisions to make when embarking on a Silverlight development adventure, is to decide to use a Source Code Manager (SCM) to keep the myriad projects and files organized. I shall leave it up to you to decide which SCM to use. As far as setting up the SCM environment, there are … Continue reading Opening Salvo: Planning your SCM for a Silverlight project