Showing posts with label IIS Error. Show all posts
Showing posts with label IIS Error. Show all posts

Thursday, November 14, 2013

HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.

Introduction: In this post I will explain how we can solve the “HTTP Error 403.14 – Forbidden The Web server is configured to not list the contents of this directory.” error when we run the website on IIS.
HTTP Error 403.14 - Forbidden

This error occurs when request URL and directory browsing is not enabled/configured. To solve this error follow the below given steps:
1.       Open IIS manager and select the website for which show the error.
2.       Double click on Directory browsing.

Tuesday, November 12, 2013

HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

Introduction: In this post I am going to explain how we can solve the “HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.” error when we run the website on IIS.
HTTP Error 404.3 - Not Found


To solve this error follow the below given steps:
11.      Open control panel and click on programs and features.
22.      Click on “turn windows features on or off “option.
33.      Pop up window will be open and look for IIS (internet information services).
44.     Expand the IIS.

Thursday, October 10, 2013

HTTP Error 500.21 - Internal Server Error Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list

Introduction: In this post I will explain how we can sort out the “HTTP Error 500.21 - Internal Server Error Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list” error when we run the website on IIS.

To sort out this error Go to Start menu >> All programs >> Accessories >> Right click on Command Prompt >> Run as Administration and type below given command:

          %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe –i

Is it helpful?

If yes post your comment to admire my work. You can like me on Facebook, Google+, Linkedin and Twitter via hit on Follow us Button and also can get update follow by Email.