Question
How do I check the IIS configuration for potential problems related to a 500 error?
Asked by: USER1871
83 Viewed
83 Answers
Answer (83)
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.