I am sure you have gotten one of the most annoying errors in existence which is the Network Cable is unplugged error. I will cover the reasons for this error as well as how to quickly solve it in 9 easy steps. I will be as descriptive as possible. That’s just the way I roll.

The [...]
Troubleshooting IP networks has never been simple. Various LAN adaptor settings, router and firewall configurations, DNS and TCP/IP settings are just a few things to mention. UNIX administrators enjoy a variety of command-line tools such as netstat, arp, ipconfig, ping, and traceroute providing basic information about network configuration and performance.
Windows administrators have access to [...]
When developing Windows forms apps, I always used the good ol’ “MessageBox.Show()” method to display info to the screen to help me debug my code, or to see what was being stored in variables.
I am aware of the “Watch” options in .NET, and other debugging tools… but is there any easy way in ASP.NET apps [...]