A custom "404 Page Not Found" in ASP.NET ver

  A custom "404 Page Not Found" in ASP.NET
  Category : Asp-net Scripts-controls Error handling  
  Platform :  
  Price :  
  Developer: Evagoras Charalambous  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  


A custom "404 Page Not Found" in ASP.NET is an article demonstrating the generation of a custom 404 response error page in ASP.NET. The main output of this is giving a reply to the webmaster denoting the broken link which could be fixed later by the user. This could also give a customized output to the client. This is very useful for the webmasters to handle their runtime error indication.

 

more Tag: custom, found, custom 404, asp net, 404 page, page not,

Also see ...


Gemini 1)    Gemini
 Using this tool you can handle unlimited number of projects for bug tracking. To avoid the creation of new project issues it locks the projects and its version information. you can easily add files to the issues and it can be uploaded to an Microsoft Excel sheet. Some key features of this tool are it control anonymous users access, full user audit trail, cusotomizable issue type, link and Priorities etc, web services support etc.,...

Event Handler Basic 2)    Event Handler Basic
 This program is perfect for beginners and advanced programmer's alike. The basic version is perfect in that it's turnkey. Reference the DLL into your application, modify the configuration settings, and you are ready to start logging your errors, events, and exceptions like a professional. Speaking of professionals, if you are a seasoned .NET programmer in either Visual Basic.NET or C#, then you will love our Pro version (Under $10!). It includes everything from the basic package, but include...

Custom Error Pages and logging errors 3)    Custom Error Pages and logging errors
 This article deals with the narration of the author, about custom error pages and logging errors. The author shows why to use the web.config file which is used for all purpose while error handling. The author demonstrates a sample Application_Error method. Finally the author explained the method of generating a custom error message....

PRB: 4)    PRB: "Remote Calls Are Not Allowed for This Process" Error Message When You Debug ASP.NET Page
 In this tutorial, one of the error message displayed while debugging is discussed in detail. The author tells the symptoms, cause and its rectification. Without loading DCOM, if the user runs a VS.NET, then this type of error message drops out. To overcome this problem, the only way is to enable DCOM on the user computer. The author gives the full description about resolving this problem and the task of enabling DCOM in the client user's computer....

ASP.NET Denied Access to IIS Directories 5)    ASP.NET Denied Access to IIS Directories
 This tutorial mainly deals with ASP.NET which stops to work with IIS Directories. Now the users could execute ASP.NET V1 RTM with registered account named as ASPNET which is a least important windows account. The speciality is that it could even run in any local client machine. The user could not enter through locked down systems. To overcome this difficulty the author describes the solution by changing the security permissions on the directories. The main speciality is that the application...

PRB: Ad Rotator Error Occurs When AdUrls Contain an Ampersand (&) Symbol 6)    PRB: Ad Rotator Error Occurs When AdUrls Contain an Ampersand (&) Symbol
 This article deals with a solution for an error message while debugging. When in an XML file the AdUrl with an AdRotator webforms control got the symbol ampersand which is the rootcause of this type of error. This error is due to the symbol which invalidates the XML file. The author gives a solution to this problem in this article by simply replacing the symbol & by &. This is more useful for the webmasters to understand the errors and to eradicate it....

An Exception to the Rule, Part 2 7)    An Exception to the Rule, Part 2
 This tutorial is about the errors and handling it. Application error events and page error events are the two main events occurs often in web application. The author explains the features of these two errors and the mwthod of eradicating those events are clearly explained in this article. The main advantage of these two errors acording to the author is that the errors could run the code that can log the exception. Then the users could customize the error page to which the user is leaded. Thi...

Error Handling: Catching errors in ASP.net & C# (Part 1) 8)    Error Handling: Catching errors in ASP.net & C# (Part 1)
 Errors are the most common blockade for the result oriented webmasters. Handling these errors become a challenge to the users. Here in this article the author describes the types of errors. The author covers the area with ASP.NET and C# through which the errors are identified and then rectified. The main errors are the syntax error, system error and the logical error, which is rectified by catching it. The sample code is given along with this article....

PRB: Error Messages When You Use ODBC .NET Data Provider in WebForm Applications 9)    PRB: Error Messages When You Use ODBC .NET Data Provider in WebForm Applications
 Errors are inevitable while creating any webpage. The process of correcting the mistakes or errors or bugs are called as debugging. But even when debugging few error messages block the task. One among those errors is discussed in this tutorial. This error appears when the user uses the ODBC.NET data provider. To overcome this error the author comes with a solution by giving more methods to solve it, which is shown in this article....

Message Board & Threaded Discussion Forum 1)    Message Board & Threaded Discussion Forum
 This script is helpful for the webmasters to build their own discussion board on their website for discussing with others. It supports multiple topics and multiple members to create a community. Messages are stored in a database....

Mono ShellControls 2)    Mono ShellControls
 Mono ShellControls is an ASP.NET control pack containing three advanced components for server-side file manipulation. If you want to add directory browsing, in-place image display, or file download/upload functionality to your ASP.NET application, this pack is just what you need. You can use this control to create your own custom directory browser or graphical file-system navigation utility. It adds directory browsing, document viewing, and data downloading capabilities to Web applications....

Subscription Web Services 3)    Subscription Web Services
 This tutorial can be used for referring and for collecting the details about web services. If the users want to make subscription for web services this article shows different methods: they are, simple DB authentication, time based DB authentication, level based DB authentication and auto-renew and also the author has given sample source code snippets for every category....

Managing Application State 4)    Managing Application State
 The author illustrates with a sample about the application state which is used to read a data. He also gives a sample showing the usage of session state to save volatile user preferences. Then the author follows with a sample about using client-side cookies to save volatile user preferences. Finally this article illustrates with an example in using the ViewState property to save request-specific values. In a nut shell, this article helps the users to manage the application state of the cook...

HOW TO: Add ASP.NET Server Controls to a Web Form and Change Their Properties 5)    HOW TO: Add ASP.NET Server Controls to a Web Form and Change Their Properties
 HOW TO: Add ASP.NET Server Controls to a Web Form and Change Their Properties is a tutorial through which users can get idea about adding the server control like button control, or label control into the existing web forms and the procedure to change the properties of the server control in the web forms. Here the users can learn about the additional properties and events that the server control offers to use with web forms....

Mixing Images 6)    Mixing Images
 This is an online tutorial, readers can find information on mixing images with the help of .NET framework. The author demonstrates by mixing two images using two matrices and percentage and at the end of this tutorial the author uses alpha for a better result. This is an easy to understand and useful tutorial....

ASP.NET: Dynamically set Text and Value fields for a DropDownList 7)    ASP.NET: Dynamically set Text and Value fields for a DropDownList
 ASP.NET: Dynamically set Text and Value fields for a DropDownList is an article, using which you can learn a technique to switch the value and Text Representaion of the item in a DropDownList. In this Article the author explains the entire process with a help of a sample program....

ASP.NET Authentication 8)    ASP.NET Authentication
 This article is about how the login username and password is checked and how it is processed. When the username and the password is typed in, it checks for its identity. If the identity suits then it allows the user to proceed. The user should create an entry for the application config file to accept and proceed with authentication for an ASP.NET application....

Gtech Image Gallery 9)    Gtech Image Gallery
 Gtech Image Gallery is a simple and useful image gallery with asp.net(vb), mssql 2000 and javascript - features :image Uploader - Auto create thumbnail - add,delete and edit Title and Description and also Zoom image on scroll. you can edit application code for yor project!...