“PageHandlerFactory-Integrated” has a bad module

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 ...

Could not load file or assembly ‘Oracle.DataAccess’

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, ...