DekGenius.com
[ Team LiB ] Previous Section Next Section

Chapter 26. The System.Web.Hosting Namespace

The System.Web.Hosting namespace is not used in ASP.NET web applications; instead, it provides support for hosting the ASP.NET service outside of Internet Information Services (IIS) in a custom hosting application (which you would write using .NET). The two important classes in this namespace are ApplicationHost and SimpleWorkerRequest. The other classes provide lower-level framework support, and are not used directly in an application. Figure 26-1 shows the types in this namespace.

Figure 26-1. The System.Web.Hosting namespace
figs/anet2_2601.gif
    [ Team LiB ] Previous Section Next Section