I recently began my foray into ASP.net with a small project at work. Part of the project displays the ping response time. To accomplish this, I wanted to show the response time and use Bootstrap progress bars to indicate slow response times. In ColdFusion/Railo, this is simple enough with CFIF. However, in the code-behind world of ASP.net things are a bit more complicated. As a counterpoint ColdFusion doesn’t have a ping function baked in; even […]