IIS W3SVC Module Configuration

Applies To: Windows Server 2008

Internet Information Services (IIS) 7.0 enables developers to easily configure native and managed code modules that process requests made to the Web server. In order for worker processes to load them, the modules must be configured correctly. Proper module configuration requires that the module have a unique name, and a valid type or path. Managed modules can specify whether they should be invoked only for requests to ASP.NET applications or managed handlers. When specified, this setting can optimize performance.

Events

Event ID Source Message

2293

Microsoft-Windows-IIS-WMSVC

The Module name %1 path %2 returned an error from registration. The data is the error.

2295

Microsoft-Windows-IIS-W3SVC-WP

Failed to find the RegisterModule entrypoint in the module DLL %1. The data is the error.

2296

Microsoft-Windows-IIS-W3SVC-WP

The Module name '%1' path '%2' has an invalid precondition '%3'.

2298

Microsoft-Windows-IIS-W3SVC-WP

The globalModules list is empty. No requests can be served successfully.

IIS World Wide Web Publishing Service (W3SVC)

Internet Information Services (IIS) 7.0