Ever since i upgraded from Access to SQL server as the web db, i do not see errors any more. When i used Access, an error would always pop up if my ASP code had problems. How can i see these errors once again? Is there another setting that i may need to turn on? Thank you MICAH
Reply from Richard Rost:
You're not seeing the detailed ASP error messages, just a friendly "we've encountered a problem" email? You need to create a web.config file in the root of your web and set the httpErrors errorMode setting to "Detailed." Like this:
Don't leave that file in the root of your web when your site goes public, however. Seeing error messages that may pop up and fragments of your code may give hackers and opportunity to exploit your site. Just put it in place when you need it, and then delete (or rename) it when you're done.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Active Server Pages Forum.