Refactor code for continuous integration
description
Site currently won't build with NAnt because of dependency on ASP AJAX control toolkit and use of ProfileCommon implicit class.
Need to tear out all ScriptManager, UpdatePanel controls and change usages of ProfileCommon to the form ProfileBase.GetPropertyValue("Property") etc