Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

SharePoint 2010: IIS application pool settings can cause site not to load


View products that this article applies to.

Symptoms

When browsing to a SharePoint 2010 site, the following error occurs:
“HTTP Error 503. The service is unavailable.”

You may also see this event in the Application Event log:

Log Name:      Application
Source:        Microsoft-Windows-IIS-W3SVC-WP
Event ID:      2282
Task Category: None
Level:         Error
Keywords:      Classic
Description:
The Module DLL 'C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\isapi\owssvr.dll' could not be loaded due to a configuration problem. The current configuration only supports loading images built for a x86 processor architecture. The data field contains the error number. To learn more about this issue, including how to troubleshooting this kind of processor architecture mismatch error, see http://go.microsoft.com/fwlink/?LinkId=29349.

↑ Back to the top


Cause

The IIS Web Application setting "Enable 32-bit applications" has been set to True. This setting will not allow a SharePoint 2010 IIS Web Application to load due to a processor architecture configuration mismatch.

↑ Back to the top


Resolution

You can correct this problem by turning off the "Enable 32-Bit Applications" setting for the SharePoint application pool.
1. Click Start, click Run, type inetmgr, and click OK.
2. Click on Application Pools, then click on the application pool you wish to change.
3. Click on Advanced Settings in the Actions pane.
4. Change "Enable 32-Bit Applications" setting under the General section to "False."
5. Click OK. This will trigger and Application Pool restart.

↑ Back to the top


More Information

If a SharePoint 2010 hosted application requires 32-Bit Applications enabled, it is recommended to move the application to its own IIS Web Application.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 2652877
Revision : 1
Created on : 1/7/2017
Published on : 12/21/2011
Exists online : False
Views : 410