How do I change the error message that the Active Server pages 2.0 sends to the browser?
Monday, March 24th, 2008You can set the ASP error message anywhere that you have an application defined. If you haven’t already created the application then you will need to.
1. Expand the tree until you can see your application.
2. Select the application and right click.
3. Chosse Properties from the drop down list.
4. Select the Virtual Directory tab if you are on a virtual directory and the Home Directory tab if you are on a web site.
5. Click onthe Configuration button.
6. Click on ASP Debugging tab.
7. Click on Send detailed error message to client.
8. Change the Error Message to suit your needs
9. Click on OK to exit the Application configuration dialog.
10. Click on OK to exit the properties dialog.