Hi, I'm trying to get a list of all sites running on our development server. After looking at a few examples online, I've come up with this: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI;...