PDA

View Full Version : Classic ASP errors


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/

bruce
03-16-2008, 01:58 AM
Note that you cannot put this on our server because we do not delegate the ASP section.

scriptErrorSentToBrowser is alreadyset to True on the root level.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

wisemx
03-16-2008, 02:17 AM
Thanks for the headsup bro. http://community.discountasp.net/emoticons/wink.gif