IIS W3SVC Module Configuration
Applies To: Windows Server 2008 R2
Internet Information Services (IIS) versions 7.0 and 7.5 enable 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 |
---|---|---|
Microsoft-Windows-IIS-WMSVC |
The Module name %1 path %2 returned an error from registration. The data is the error. | |
Microsoft-Windows-IIS-W3SVC-WP |
Failed to find the RegisterModule entrypoint in the module DLL %1. The data is the error. | |
Microsoft-Windows-IIS-W3SVC-WP |
The Module name '%1' path '%2' has an invalid precondition '%3'. | |
Microsoft-Windows-IIS-W3SVC-WP |
The globalModules list is empty. No requests can be served successfully. |