Debugging HTTP 500 Internal server Error in web applications


The following are the possible reasons to be checked for

  1. There may be two <system.web> section in the web.config file
  2. Custom configSource pointing config files may not be present in the published directory
  3. Enable the <customErrors mode=”Off”></customErrors> in the web.config file under the <system.web> section

Leave a comment