I am having trouble setting up IIS 7.5 on a Windows 2008 R2 server. I need to debug .asp pages with Visual Studio, so I turned on “Enable server-side debugging” in the asp debugging section of my site.
Everything goes right when I attach the debugger to the w3wp process, but if it is not connected and loads the asp page with some errors in the code, in my browser I get only a blank page (with code 200).
This is something similar to this problem , but I cannot set it to false because I need it.
So, is there a way to show Error in the browser, even if I don't have an active debugger connected to the iis process? I have already activated "sending errors to the browser", and in the "Error" section, "Detailed error" is selected.
Thank you very much
Riccardo
source share