Need Classic ASP errors to show, right? I've already been seeing rants about this in IT forums. 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/
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