Area Class
SharePoint 2007
Obsolete.
Represents an area. Namespace: Microsoft.SharePoint.Portal.SiteDataAssembly: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Web sites with duplicate titles are allowed in Microsoft Office SharePoint Server 2007; SharePoint Portal Server 2003 did not allow duplicate titles. AreaDuplicationException is therefore not thrown in Office SharePoint Server 2007.
Also, you should call the Area.Web.Close method for console applications written against the Microsoft Office SharePoint Portal Server 2003 object model. Your application might run out of memory if it does not call Area.Web.Close().This call is not needed for Web Parts and controls.