Month: September 2014

Workaround – SlowCheetah Bug #124 (Multiple XML transformed in Setup Project)

We had the issue described here at work last week with SlowCheetah and multiple transformed XML files to be deployed via a Setup Project.  After digging through the SlowCheetah and Microsoft MSBuild scripts I still haven’t found the SlowCheetah fix yet but will keep trying. In the meantime, I did find a workaround. Workaround Steps …

Workaround – SlowCheetah Bug #124 (Multiple XML transformed in Setup Project) Read More »

ParameterizationPreview Visual Studio Extension

We decided to make the jump to MSDeploy/WebDeploy Parameterization for changing our configuration files in lieu of Config Transformation a few weeks ago.  This was a tough decision as I had grown fond of and evangelized Config Transforms for so long.  Config Transforms served us well for several years but at the end of the …

ParameterizationPreview Visual Studio Extension Read More »

Don’t use HostingEnvironment.ApplicationHost.GetSiteName()

We have developed a diagnostics framework we use to get some quick diagnostic information about our applications like whether a database or web service can be made.  It’s a server/app configuration smoke test of sorts.  Over time we’ve added further capabilities to it like checking registry entries exist, file/folder permissions and web/machine.config values.  Our latest …

Don’t use HostingEnvironment.ApplicationHost.GetSiteName() Read More »