Reputation: 27733
I am getting error 500, looking at the log I can see the http headers with the error 500, but how do I find out why it's happening? Is there any other tool I should be looking at? The event viewer is also not showing anything.
Thanks
Upvotes: 8
Views: 21906
Reputation: 7420
As was also answered to this other question, a good way to get more detailed information on error 500 is to enable detailed error reporting:
Internet Information Services (IIS) Manager —> Your Web Site —> Error Pages -> Edit Feature Settings -> select "Detailed errors"
Upvotes: 12