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.

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.

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.


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.
© 2025 Shane Bartholomeusz
Theme by Anders Noren — Up ↑