Fixing “ASP.NET 2.0 has not been registered on the Web server.” error in Visual Studio

Recently I was working on very very old ASP.Net Project which was built on using .Net 2 framework. That thing was so ancient that VS2019 (or VS2015)  won’t even load it due to it’s dependent 3rd party libraries were also incompatible. I was able to get Visual Studio 2008 Pro using my MSDN license. All

PowerShell quick byte – Quick and Dirty way to ping bunch of IPs using PowerShell

I recently had situation where I needed to monitor bunch of IPs and log if any of them fail to respond. I know there are probably 1000 different ways it can be done but I needed something simple that I can setup quickly and give out to anyone to use without worrying too much about