Render, damnit, render!!!
March 19, 2008 7:20 PM
Subscribe
I can't believe I'm asking this, but oh well.... Okay, I write and troubleshoot a lot of code in classic ASP and have IIS running on my local machine...
...this is my development environment. When I am testing things and there are ASP errors (syntax, ADO, etc.) I get "The page cannot be displayed" page which gives me the Technical info about the error -- Error Type, line number, etc. If I upload this page to the live server (production) and run it, the page renders up until the point of failure meaning if the bad code is 2/3 of the way down the page, all the previous code gets rendered and displayed to the browser which is far more useful in troubleshooting the problem in the first place, plus it allows me to do Response.write's so that I can check variables, SQL statements, etc. What do I need to change in my local environment so that errors are treated the same way they are treated in production?
My first thought was some kind of Custom Error page but that didn't seem to be it....maybe I'm missing something...
Thanks in advance!
posted by SoulOnIce to computers & internet (5 comments total)
1 user marked this as a favorite
posted by Jimbob at 7:33 PM on March 19, 2008