May 16, 2007 #1 charbrad Technical User Nov 7, 2002 132 US I have an ASP page that I am working on that has some problems, but I can't tell what they are. Is there a way to display the errors?
I have an ASP page that I am working on that has some problems, but I can't tell what they are. Is there a way to display the errors?
May 16, 2007 1 #2 Sheco Programmer Jan 3, 2005 5,457 US In the IE browser, turn off "Show friendly HTTP error messages. Upvote 0 Downvote
May 16, 2007 1 #3 monksnake Programmer Oct 14, 2005 2,145 US Take a look at this page (creating custom error pages). http://support.microsoft.com/kb/224070 This is what I referenced to set up custom error messages and it works like a dream for debugging. I assume right now you are just getting the Internal Error 500. <. Upvote 0 Downvote
Take a look at this page (creating custom error pages). http://support.microsoft.com/kb/224070 This is what I referenced to set up custom error messages and it works like a dream for debugging. I assume right now you are just getting the Internal Error 500. <.
May 16, 2007 #4 Sheco Programmer Jan 3, 2005 5,457 US In the IIS Admin tool... Right click on the web site and choose properties from the popup context menu... This brings up the web site properties window... On the "Home Directory" tab, click the "Configuration" button... This brings up the "Application Configuration" window... On the "Debugging" tab, choose "Send detailed ASP error messages to client Upvote 0 Downvote
In the IIS Admin tool... Right click on the web site and choose properties from the popup context menu... This brings up the web site properties window... On the "Home Directory" tab, click the "Configuration" button... This brings up the "Application Configuration" window... On the "Debugging" tab, choose "Send detailed ASP error messages to client
May 16, 2007 Thread starter #5 charbrad Technical User Nov 7, 2002 132 US All suggestions worked perfectly........have a star Upvote 0 Downvote