wisemx
03-15-2008, 12:08 AM
Need Classic ASP errors to show, right?
I've already been seeing rants about this in IT forums. http://community.discountasp.net/emoticons/wink.gif
The simple solution to the new security measures for Classic ASP on IIS7 is to add this to your root web.config:
<system.webServer>
<asp scriptErrorSentToBrowser="true"/>
</system.webServer>
Read more about Why and How:
http://blogs.iis.net/thomad/archive/2008/03/14/delegating-iis7-settings-in-hosted-environments.aspx
http://learn.iis.net/page.aspx/267/how-to-use-http-detailed-errors-in-iis7/
I've already been seeing rants about this in IT forums. http://community.discountasp.net/emoticons/wink.gif
The simple solution to the new security measures for Classic ASP on IIS7 is to add this to your root web.config:
<system.webServer>
<asp scriptErrorSentToBrowser="true"/>
</system.webServer>
Read more about Why and How:
http://blogs.iis.net/thomad/archive/2008/03/14/delegating-iis7-settings-in-hosted-environments.aspx
http://learn.iis.net/page.aspx/267/how-to-use-http-detailed-errors-in-iis7/