I’m using Release Management with PowerShell scripts to deploy my app and it’s corrupting my configuration files
So I’m using RM with powershell scripts to deploy a simple web app. One of my scripts was modifying the Web.config file with Out-File. Everything seemed to be working just fine except after the deployment, I got a 500 server error. The Web.config file looked perfectly fine, but after some excruciating analysis, I finally figured out … [Read more…]