sarsnake
sarsnake

Reputation: 27733

Decoding error 500 on IIS7

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

Answers (1)

littlegreen
littlegreen

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

Related Questions