Want to hire a development team?
No Images Added Yet

Create a Custom ASP Error Page

Rated3.0/5 (1 ratings)
Add to Favorites
Publisher
Learn to create a centralized error page to display custom errors.
Product Details

In this tutorial, you will learn how to assign custom errors to common problems that you may experience with your web site and create a centralized error page to display custom errors.

Report this Listing
Price
Free
Licence Type
Free
Views
3,236
Submitted on
13th February 2000
Last Updated
11th February 2009
Advertisement The banner below is an advertisement
Quikwit - AI Chatbot Platform

You May Also Like

Cloud Services You May Like

Help/Fix on AWS VPC General/Advanced Services (1 Hour)

One hour of help or fixes for AWS VPC networking issues or advanced configurations.

Website and database migration to AWS EC2 instance

Migrate your website and database from existing hosting to an AWS EC2 server.

Help/Fix on AWS Kubernetes Service(EKS) (1 Hour)

One hour of help or fixes for Kubernetes clusters running on AWS EKS.

Microsoft Azure App Service Deployment & Web Application Configuration

Deploy and configure Azure App Service for hosting web applications with secure access, performance tuning, and environm

User Reviews

Please rate the listing and tell the world know what do you think about the listing.
(1 ratings)
Average User Rating: 3.0/5
The code is neat, but......
Reviewed byAnonymousonThu, 10th January 2002
Rating 3 - Average
The code to handle customer errors is neat, but it will solve only one problem. The reason being the respose.redirect must be presented before the HTML is sent to the browser. But in the actual scenario, the error may occur at any point in a page. In this case, it will not get redirected at all. Another thing is, there is no way we can specify the standard error page so that whenever an error occurs at any point in a page, the ASP engine will simply redirect to it. The only way to solve this is to issue a response.Buffer = true at the top of every page and then whenever an occurs, one can trap it and redirect it to a standard error page by issuing response.redirect followed by response.flush. This will redirect at any point in a page.
Displaying 1-1 out of 1 reviews
View All Reviews