Debug 500 Internal Server Error on IIS

13,827

There is a similar question on SO Detailed 500 error message, ASP + IIS 7.5

Also check that the ASP.Net version (e.g. 1.1, 2.0 or 4) has been set correctly in the Web Site properties.

Share:
13,827

Related videos on Youtube

Ethyl
Author by

Ethyl

Updated on September 17, 2022

Comments

  • Ethyl
    Ethyl over 1 year

    Might be a n00b question. I have an IIS server with a site where I can host our website. But if I host the same website as an application in an existing site, it gives us a 500 error.

    But my question is how do I go about debugging it? Event logs show no related entries, IIS logs just show the HTTP GET messages but no errors, disabling 'display friendly http errors' does nothing, failed request trace is configured but empty.

    How do I find the error?

    It's a ASP.NET site