Event ID - 2297

Event Id2297
SourceMicrosoft-Windows-IIS-W3SVC-WP
DescriptionThe worker process for application pool '%1' encountered an error '%2' trying to read global module configuration data from file '%3', line number '%4'. Worker process startup aborted.
Event Information According to Microsoft :
Cause :
This event is logged when the worker process for application pool encountered an error .
Resolution :
Configure the globalModules section in ApplicationHost.config
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To configure the globalModules section in ApplicationHost.config:
1.Open an elevated Command Prompt window. Click Start , point to All Programs , click Accessories , right-click Command Prompt , and then click Run as administrator .
2.Type cd %Windir%\system32\inetsrv\ .
3.Type appcmd add backup backupName to back up the ApplicationHost.config file. A directory with the backup name that you specify will be created under the %Windir%\system32\inetsrv\backup directory. If you do not specify a name, appcmd will generate a directory name automatically using the current date and time.
4.Type cd %Windir%\system32\inetsrv\config
5.Type notepad ApplicationHost.config
6.In notepad, search for the globalModules section under the system.webServer section.
6.Use the article IIS 7.0: globalModules Element (IIS Settings Schema) as a guide to correct the globalModules section configuration error in the ApplicationHost.config file.
7.Save and close the ApplicationHost.config file.
Verify :
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To verify that an application pool has started:
1.Click Start , click Control Panel , and then click Administrative Tools .
2.Right-click Internet Information Services (IIS) Manager and select Run as administrator .
3.In the Connections pane, expand the server node and select Application Pools .
4.In Features View , the Status column for the application pool will indicate Started if the application pool has started.
Reference LinksEvent ID 2297 from Microsoft-Windows-IIS-W3SVC-WP

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.