August 2010
Intermediate to advanced
1224 pages
34h 17m
English
ASP.NET applications have their own set of properties and configuration options. These properties control how an application works, gets built, works with the debugger, and so on. You access the properties for your website through the Property Pages dialog box. You can open this dialog box by right-clicking your website and selecting the Property Pages option. The following sections cover the many options of this dialog box.
The references in your application define the code that your application uses by reference. You add references to other projects in your solution, other .NET namespaces in the .NET Framework, third-party controls, and other .NET libraries. The code you reference is already ...