Posted to
Configuration & Scripting
by
tjrobinson.net
on
10-09-2007, 1:03 PM
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;
using System.Web.UI.WebControls;
using ...