I am working on a PHP application using IIS Express/Web Matrix and it is giving me the “friendly” error page instead of the actual error. How do I configure my site or IIS express to give me the actual error?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I know this is an oldish question but I had the same problem recently so I thought I would share how I got it working.
I just edited the php.ini file located at “C:\Program Files (x86)\IIS Express\PHP\v5.3” on my machine and change the line
to
I also set
as well just to make sure.
Also if you right click the Web Matrix icon in the system tray and click “Show All Applications” then select your site there is a link the the applicationHost.config file that it uses so you can change settings in there.
Hope this helps some people!