Configure IIS SSL host header using a UI

IIS has a feature that allows multiple sites to share the same port, but use different domain names. Unfortunately the IIS UI doesn’t let you do that with HTTPS sites that use SSL certificates. Host name is literally disabled when when you select HTTPS.

This is only a UI limitation and you can actually assign a hosting name using the `appcmd` command line application. But if you are like me you sometimes prefer a UI especially when doing the same thing repeatedly.

So I created IIS Buddy, it mimics the IIS user interface, but unlike the native UI it lets you assign host names to HTTPS SSL sites just as easily as you can assign host names to regular HTTP site.

Download IIS Buddy

Download IIS Buddy for .NET Framework 3.5

Here are some screenshots:

iis-budy-screenshot-1
iis-budy-screenshot-2
iis-budy-screenshot-3

Change Windows 7 Logon Screen Wallpaper

windows-7-wallpaper-app

So I wanted to change the wallpaper on my logon screen for Windows 7. I found some great articles online on how to do it. Then I decided to create a quick little app to make easier for me and anyone else to change it in the future.

It works around the limitations of Windows. For example Windows 7 only supports JPEGs, this tool supports many other formats including PNG, BMP, and TIFF.

[Read more…]