Author Archives: erictummers

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.

SQL Server Data Tools in Visual Studio 2013

Visual Studio 2013 has Sql Server Data Tools built in. (Pro, Premium and Ultimate) We use it to compare and sync databases. The first time I started the data compare it did not work. When comparing the data between databases … Continue reading

Posted in Tooling | Tagged , , , , , | 4 Comments

Tentacle error after powershell upgrade

Reinstall the tentacle in the Tentacle manager when things don’t work after changes to the machine like a powershell upgrade. Continue reading

Posted in Tooling | Tagged , | Leave a comment

Week roundup

Here are the best articles I’ve read/seen last week: The Files in the /data folder of an umbraco website described. We did remove the umbraco.config with no harm done to my site. Already an old post about Application Pool Identities. … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Bundling fails in release mode

Use extension in your bundle definition to get it working: new ScriptBundle(“~/bundles/kendo.js”) Continue reading

Posted in Development | Tagged , | Leave a comment

Change remote desktop public port in Windows Azure

When you cannot connect to your Windows Azure Virtual Machine with remote desktop, maybe you’re being blocked. Most companies don’t allow communication over all ports. This limitation can be overcome by changing the public port Windows Azure uses for Remote … Continue reading

Posted in Security | Tagged , , | Leave a comment