Hi all,
I'm pretty new to all this, so please bear with me!
I wanted to run PHP+MySQL on IIS7. I've installed PHP5, and configured ISAPI as the default handler (not FastCGI). I was able to get this done, but when I get a PHP error, I get the IIS7 generic error page - error 500. It doesn't show me the exact error (missing ; etc). For example, I get:
Server Error in Application "Default Web Site"
HTTP Error 500.0 - Internal Server Error
Description: The page cannot be displayed because an internal server error has occurred.
Error Code: 0x00000000
Notification: ExecuteRequestHandler
Module: IsapiModule
Requested URL: http://localhost:80/test/test2.php
Physical Path: C:\demo\test2.php
How do I configure IIS7 to show the actual error?
Thanks!