The topics in this section describe how to create, customize, and manage an ASP.NET Web application (sometimes referred to as a Web site). The topics cover information that pertains to the application or site as a whole, such as the file structure of an ASP.NET Web site, the lifecycle of an application, ways to create a consistent look (themes) and a consistent layout (master pages) for all of the pages in the site, and how to extend the application with custom modules.
Describes an overview of the steps an ASP.NET Web application and individual ASP.NET pages go through during its life cycle. Includes information on how ASP.NET Web sites are compiled at run time, and information on application-level events.
Describes the XML-based ASP.NET configuration system, the hierarchy and inheritance of configuration settings, and the programmatic API for managing configuration.
Describes how to create a component that can be plugged into the application lifecycle to add custom processing, such as filtering, security, and so on.
Contains reference documentation for the System.Web namespace, which supplies classes and interfaces that enable communication between browsers and Web servers.
Contains reference documentation for theSystem.Web.Security namespace, which contains classes that are used to implement ASP.NET security in Web server applications.
Contains reference documentation for the System.Web.Services namespace, which consists of the classes that enable you to create XML Web services using ASP.NET.
Contains reference documentation for System.Web.UI.WebControls classes that enable you to create Web server controls on a Web page. Web controls run on the server and include form controls such as buttons and text boxes, as well as special purpose controls, such as a Calendar control. These classes enable you to programmatically control these elements on a Web page.
Provides information on security threats to your ASP.NET applications, ways in which to mitigate threats, and ways to authenticate and authorize users.
Provides information on handling errors, debugging ASP.NET pages, viewing trace information during page processing, and using monitoring the health of your application.