You're seeing this Configuration Eror:
And you're using IIS7 with ASP.NET and using 32-bit applications.
Chances are, you just installed a fresh copy of IIS and you haven't changed around any defaults.
You're in luck because the fix is easy. Here's what's going on.
The default installation of IIS 7 is to disable 32-bit Applications. Afterall, IIS 7 comes with Server 2008 and Server 2008 is an x64 system.
So all you have to do to get rid of this error is to Enable 32-bit Applications in IIS. Here are the steps:
And you're using IIS7 with ASP.NET and using 32-bit applications.
Chances are, you just installed a fresh copy of IIS and you haven't changed around any defaults.
You're in luck because the fix is easy. Here's what's going on.
The default installation of IIS 7 is to disable 32-bit Applications. Afterall, IIS 7 comes with Server 2008 and Server 2008 is an x64 system.
So all you have to do to get rid of this error is to Enable 32-bit Applications in IIS. Here are the steps:
- Go to Start and type in inetmgr to launch IIS
- In the left page, select Application Pools
- In the middle pane, select the application pool corresponding to the web-application that is giving you this error.
- In the right pane, select Advanced Settings:
- This is what you'll see: Enable 32-bit Applications is set to False.
- Go ahead and set that to True:
- Click OK
No comments:
Post a Comment