How do I check the IIS configuration for potential problems related to a 500 error?

Responsive Ad Header

Question

Grade: Education Subject: Support
How do I check the IIS configuration for potential problems related to a 500 error?
Asked by:
83 Viewed 83 Answers

Answer (83)

Best Answer
(304)
Use IIS Manager to inspect the website's configuration. Pay attention to the bindings, application pool settings (especially identity, recycling, and .NET CLR version), and any custom settings. Also, review the web.config file for errors, particularly in the and sections.