Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 631
sarsnake Avatar asked Feb 17 '11 19:02

sarsnake


1 Answers

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"

like image 143
littlegreen Avatar answered Sep 20 '22 12:09

littlegreen