The Dreaded 'Unable to Connect to Web Server IIS Express' Error
Hey kids! If you've been writing code for more than ... oh ... a month, you'll run into this error. It's persisted in Visual Studio...
Mar 5, 20222 min read


Exception Handling and Logging basics
Hey kids!! Let's go over some basics for exception (error) handling and logging. This is legit the hill I will die on when I'm debating if code is good or not. If the code does not have error handling and GOOD logging, it's not ready for production. When you add error handling and logging to your code, you make it a million times easier to pinpoint the actual error instead of having to dig around and guess. So, how do we know if our code errors? We add Try Catch Finally
Jan 14, 20223 min read


NSA - Defense Dept Security Update
As we are all aware, the US government and SolarWinds cyber attack was a big deal. If you have not reviewed your own security protocols,...
Jan 11, 20211 min read


IIS Manager is missing
IIS missing
Aug 23, 20181 min read


Restart IIS
restart IIS with command prompt
Jun 19, 20181 min read






