I didn't find any material about how to output the code to log window and I didn't find any option in IIS to achieve this. So I'm afraid it is unavailable to output the content to logs window. In webmatrix, the default log is place in C:\Users\v-yukdin\Documents\IISExpress\Logs.
So you could check the log here. To enable the php error , you could set display_errors = On in php.ini.
Best Regards,
Yuk Ding
Yuk Ding
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
1 Post
WebMatrix IDE: Output to log in PHP
Jun 12, 2017 05:52 AM|sazr|LINK
In WebMatrix IDE how can I output to the console/log? Ie, as my PHP code executes I want to output to the log window/tab.
3743 Posts
Microsoft
Re: WebMatrix IDE: Output to log in PHP
Jun 12, 2017 08:30 AM|Yuk Ding|LINK
Hi sazr,
I didn't find any material about how to output the code to log window and I didn't find any option in IIS to achieve this. So I'm afraid it is unavailable to output the content to logs window. In webmatrix, the default log is place in C:\Users\v-yukdin\Documents\IISExpress\Logs. So you could check the log here. To enable the php error , you could set display_errors = On in php.ini.
Best Regards,
Yuk Ding
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.