Event ID 5065 — IIS WAS Configuration

Applies To: Windows Server 2008

The Internet Information Services (IIS) Windows Process Activation Service (WAS) configuration manager manages configuration for the application pools and protocol adapters that it maintains. If WAS encounters problems when it reads configuration or reacts to configuration change notifications, configuration changes for the entities it manages may not be processed.

Event Details

Product: Internet Information Services
ID: 5065
Source: Microsoft-Windows-WAS
Version: 7.0
Symbolic Name: WAS_GLOBAL_LOG_FILE_TRUNCATE_SIZE
Message: Centralized logging is configured to truncate its log every '%1' bytes. Since this value must be at least 1048576 bytes ( 1 megabyte ), 1048576 bytes will be used.

Resolve

Configure log file truncate size

To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.

To configure the centralized logging log file truncate size by using IIS Manager:

  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, select the computer name.
  4. In Features View, double-click Logging.
  5. Under Log File Rollover, make sure that Maximum file size (in bytes) is selected.
  6. Under Maximum file size (in bytes), type a value from 1048576 (1 megabyte) through 4294967295 (4 gigabytes).
  7. In the Actions pane, click Apply.

Verify

If the Windows Process Activation Service (WAS) is configured correctly, IIS will serve pages successfully.

To confirm that WAS is executing successfully, perform the follow these steps:

  1. Open Internet Explorer.
  2. Browse to https://localhost or your Web site's default home page.
  3. Confirm that the expected page is displayed.
  4. Open the logs for the Web site and make sure 200 OK (request succeeded) is logged for the previous request. By default, Web site logs are located in the %SystemDrive%\inetpub\logs\LogFiles directory.

Note:  If logging is set to centralized, the log file size will grow over time. The minimum possible (and configurable) log file size is 1 MB.

IIS WAS Configuration

Internet Information Services (IIS) 7.0