Shane Bartholomeusz

Geek and lover of all things tech related

Page 12 of 12

Dynamics CRM: Undocumented setting DebugExceptionInfo

 

Microsoft Dynamics CRM Logo

 

Recently in our Microsoft Dynamics CRM 4.0 environment we encountered significant delays in outgoing emailnotifications being sent out from CRM.

An analysis of the Event Viewer logs revealed nothing useful, only the below generic error message

0x80044150 Generic SQL error

Continue reading

Port Forwarding using the Windows Firewall

Port forwarding in Windows

The other day I was looking for an easy way to setup port forwarding on my Windows Server 2008 development server.

Firewall image

I came across the built-in “netsh interface portproxy” Windows command which allows you to do this without the need to install any additional software.

Continue reading

IIS7 – 401 Unauthorized: Access is denied due to invalid credentials

Problem

I recently came across this error while upgrading an old ASP.NET application from IIS6 to IIS7…

401 Unauthorized: Access is denied due to invalid credentials

401 Error
Continue reading

Take ASP.NET website offline

Overview

There are times where you may need to take an ASP.NET application offline to perform maintenance.

In this post I’ll show you how to do exactly that using the out-of-the-box capabilities of IIS / ASP.NET.

ASP.NET Logo
Continue reading

Synology DSM 5.1 upgrade error – “DSM Update”

The Problem

While trying to upgrade my Synology DS213J NAS from 4.3-3827 to 5.1-5004, I ran into the following error while using the automated update feature.

DSM Update Error


Synology Logo


Continue reading

Resolve “AspNetHostingPermission” error

So what do you do if you come across this error in Visual Studio?

System.Security.SecurityException: Request for the permission of type ‘System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089’ failed.

The error typically occurs when you download files from an external source into your Visual Studio project. Windows will recognise the file came from an external source and restrict permissions.

Continue reading

Run a program in context of another user

As a developer, there are many times where we may need to run a program in context of another user. For example, you may need to replicate an issue that a user encountered.

The RUNAS windows command line program is your friend. From the command line run the following command to launch a program in context of another user.

Continue reading

Newer posts »

© 2025 Shane Bartholomeusz

Theme by Anders NorenUp ↑