IIS 7.5 - “Enable server side debugging” without active debugger

Arerronype

New Member
I have some troubles configuring IIS 7.5 on a Windows 2008 R2 server.I need to debug .asp pages with Visual studio so I enabled "Enable server side debugging" in the asp debugging section on my website.Everything goes right when i attach a debugger to w3wp process but if it's not attached and load an asp page with some errors in the code, in my browser i get only a blank page (with code 200).It's something similar to this issue but I can't set option to false because I need it.So, is there a way to show the Error in the browser even if I don't have an active debugger attached to the iis process? I have already activated "send errors to browser" and in the Error section "Detailed error" is chosen.Thank you very muchRiccardo
 
Top