In the .NET Framework, the base class for all ASP.NET web pages is System.Web.UI.Page. This class provides the necessary properties and methods (like Request, Response, and Session) to handle web requests. Note that C# is case-sensitive, making 'Web.UI' the correct casing.