0 out of 2 rated this helpful - Rate this topic

IProcessHostPreloadClient Interface

Defines an interface that can be implemented in a type in order to preload the type in an ASP.NET application that is running on IIS 7.0.

Namespace:  System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)
public interface IProcessHostPreloadClient

The IProcessHostPreloadClient type exposes the following members.

  Name Description
Public method Preload Provides initialization data that is required in order to preload the application.
Top

This interface is intended primarily for use by WCF applications that are non-HTTP applications. ASP.NET developers who want to preload ASP.NET Web applications should use the simulated HTTP requests in IIS 7.0 combined with the Application_Start method in the Global.asax file. 

Note Note

The IProcessHostPreloadClient type and its methods apply only to applications that run on IIS 7.0 and Windows 7.

.NET Framework

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
What is the IIS 7.0 Simulated HTTP Requests feature?
the note above mentions that for IIS 7.0, ASP.Net apps should use the simulated HTTP requests feature with Application_Start. Where can I enable simulated requests with IIS 7.0 ?