Debugging Web Server issues resulting in HTTP 1.1 500 Server Error

On Server Side: Enable IIS Web Page Debug Logging:

  1. Enable Debug Mode in web.Config
  2. Disable CustomErrors Mode in web.Config

image

 

On Client Side: Enable Detailed IIS Logging (i.e., disable “show Friendly HTTP error messages”):

image

 

Playing around with Web Servers and Web Sites Configuration Files (Web.Config):

In the IIS Manager select the Web site and Click on “Configuration editor”

image

Use “Search Configuration” button which launches a Wizard that shows the changes in effect for that selected web site on the IIS server.

 

image

 

Verify the web site bindings (Default web site binding should look like below):

<

p>image

Leave a Reply

Your email address will not be published. Required fields are marked *