Mmm, software
Showing posts with label
deployment
.
Show all posts
Showing posts with label
deployment
.
Show all posts
Wednesday, August 03, 2016
WADK Deployment Tools on Windows Server 2008 giving error "The program can't start because api-ms-win-downlevel-advapi32-l4-1-0.dll is missing from your system"
›
Got this error at an extremely inconvenient time when trying to write some automation scripts for Windows Optional Features using the DISM m...
Tuesday, August 02, 2016
MSDeploy: The underlying connection was closed: An unexpected error occurred on a send.
›
Our company has started deploying all of its numerous web applications via automated (or at least scripted) deployment with MSDeploy. This h...
Wednesday, March 30, 2016
Updating your Azure AD Application Manifest
›
We've recently found that as we develop more applications in Azure, we need to put safeguards on the deployment of the applications to e...
Tuesday, August 25, 2015
Parameterizing ApplicationInsights.config
›
I've been working on a lot of web applications in Azure recently, and we're using Application Insights to analyze logs and instrumen...
2 comments:
Thursday, August 20, 2015
Logging your application with App Insights instead of Windows Azure Diagnostics
›
We've recently started deploying applications to Microsoft Azure. Unfortunately, we don't use Cloud Apps for our web apps, and inste...
Wednesday, August 19, 2015
A really quick note about deploying SQL Server .dacpac files to SQL Azure
›
When you're using SqlPackage.exe to deploy a .dacpac to Azure, you must have access to the 'master' table in order for the tool ...
Tuesday, August 18, 2015
Debugging database deployments with MSDeploy and SqlPackage
›
I recently had problems deploying a database to Azure, and thanks to this article , I now know why. The best part of this experience is that...
›
Home
View web version