In this chapter
This chapter covers the topic of ASP.NET configuration. ASP.NET configuration is now much easier and much more flexible than classic ASP configuration. Almost everything can be configured in the config.web file, which is XML and can easily be edited. This new system of configuration will save you hours and make your job much easier. Also covered is the global.asax. This file contains application and session events and makes ASP.NET applications easier to control and manage. |