Where does IIS 7.5 log errors?

前端 未结 5 2137
闹比i
闹比i 2020-11-30 07:06

Where does IIS 7.5 log errors?

Event Viewer? Log File?

I get a very non specific internal 500 error. I would like to find out more.

I\'m running PHP

5条回答
  •  难免孤独
    2020-11-30 07:55

    I once had a problem where the error log wasn't writeable by php. I added the IUSR user to the file's security permissions (right-click the file, properties, security tab) with read write and modify permissions and was then able to see php errors in the log file.

提交回复
热议问题