Mmm, software

Monday, October 10, 2016

Getting started with creating custom Build and Release tasks for VSO

›
You'll need to follow the steps below in order to get started: 1) Install npm for Windows if you haven't already 2) Once npm is su...
Friday, October 07, 2016

Passing parameters from a resource group template in Azure to a WebJob

›
As it turns out, WebJobs retrieve their connectionStrings and appSettings from the Azure app service blade settings, same as the web applica...
Wednesday, September 07, 2016

MSMQ, WCF and IIS: Getting them to play nice: The extras, Part II

›
Here's another catch I've found that causes issues when trying to set up a 3-party queueing system: You need to log on interactively...
Tuesday, September 06, 2016

Solving "m_safeCertContext is an invalid handle."

›
I've recently been trying to get an application working in Azure App Service that acts as a client who calls out to another service via ...
Friday, September 02, 2016

Solving 'The remote certificate is invalid according to the validation procedure' with WCF channels

›
This typically happens most often (when using certificates) when the certificate Common Name (CN) doesn't match the DNS host name of the...

Solving "Binding validation failed because the binding's MsmqAuthenticationMode property is set to WindowsDomain but MSMQ is installed with Active Directory integration disabled"

›
I've been trying to set up remote reads from an MSMQ queue to a WCF service hosted on another machine. I seem to have all my application...

Solving "Binding validation failed because the binding's MsmqAuthenticationMode property is set to WindowsDomain but MSMQ is installed with Active Directory integration disabled"

›
I've been trying to set up remote reads from an MSMQ queue to a WCF service hosted on another machine. I seem to have all my application...
Thursday, September 01, 2016

Unblocking zip files, the permanent solution

›
My team recently migrated their code to Visual Studio Online (aka VSO aka VSTS), which means that any time we do our builds, we now have to ...
Wednesday, August 31, 2016

MSMQ, WCF and IIS: Getting them to play nice: The extras, Part I

›
I've recently been trying to set up queued publishing of data in my company within our internal applications so that we can publish that...
Friday, August 26, 2016

Unable to add multiple listen rule keys or subscriptions to a Topic in an Azure Service Bus in an Azure Resource Group template

›
I recently ran across a problem wherein I was unable to add multiple Listen rules for my applications to my Topics in Azure Service Bus with...
Tuesday, August 23, 2016

Getting verbose output from an Invoke-Command -ScriptBlock in PowerShell

›
It's often very useful to invoke commands on other machines, e.g. in deployment scripts. It can be even more useful to have logging of w...
Tuesday, August 16, 2016

Avoiding Windows Service startup timeouts in your code

›
check this out: https://www.devopsonwindows.com/avoid-windows-service-start-up-timeouts/
Wednesday, August 10, 2016

Finally ... how to debug the startup of a Windows Service application

›
Do what this guy says:  http://einaregilsson.com/run-windows-service-as-a-console-program/ Pasted here for posterity, here's the examp...
‹
›
Home
View web version

About Me

Alex Marshall
View my complete profile
Powered by Blogger.