Browsing articles from "July, 2011"
Jul
13

“PageHandlerFactory-Integrated” has a bad module

By bradj  //  Uncategorized  //  No Comments

I was receiving this error:

HTTP Error 500.21 - Internal Server Error

Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list.

This link provided a solution for the issue. There are two solutions on this page. The bottom solution that involves using aspnet_regiis.exe is the one that worked on my machine.

In case you are interested; This site lists the HTTP status codes for IIS 7.

Jul
13

Could not load file or assembly ‘Oracle.DataAccess’

By bradj  //  Database, Oracle  //  No Comments

Here is the error I was receiving: Could not load file or assembly ‘Oracle.DataAccess’ or one of its dependencies.

Below are a few links to help out if you are receiving a similar error. But first, here is how I solved the issue.

In IIS go to whatever the app pool that running your website, click on "Advanced Settings", the set "Enable 32-Bit Applications" to True.

I found this answer here.

This site may also be of some use.

Hth.