Category: IIS

FIX:- HTTP Error 500.24 An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.

Sometime when you try to setup a application for your website on IIS7 you get following error when you load your website. HTTP Error 500.24 – Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. This happens when ASP.NET modules and handlers should be specified in
Read More »

503-Internal Server Error – The Module DLL Failed to Load

Recently while working I faced an issue where the website (IIS 7) was showing 503-Internal Server Error. Checking Event viewer shown following Events for IIS The Module DLL C:/Program Files/IIS/Advanced Logging/ClientLoggingHandler.dll failed to load. The data is the error. The Module DLL C:/Program Files/IIS/Advanced Logging/AdvancedLoggingModule.dll failed to load. The data is the error. Complete Event
Read More »