Home

Submit

Source

Feeds

Home » ASP » Debugging and Error Handling ::

ASP Debugging and Error Handling
In this tutorial we will see how to Trapping HTTP 404 - File not found.
Related Tutorials
ASP Debugging and Error Handling
404 Error Page (CDONTS)
ASP / Debugging and Error Handling
The basic 404 error or file not found page serves two specific purposes. Firstly, to alert the user that the item they were expecting is not currently available, rather than the generic page your host may provide or worse the generic windows file not found page. Secondly, to alert the webmaster that a file is missing or a link is targeting something incorrectly.

Site: www.codeave.com Report - View Tutorial

ASP Debugging and Error Handling
404 Error Page (With a Db an IP Capture)
ASP / Debugging and Error Handling
The basic 404 error or file not found page serves two specific purposes. Firstly, to alert the user that the item they were expecting is not currently available, rather than the generic page your host may provide or worse the generic windows file not found page. Secondly, to alert the webmaster that a file is missing or a link is targeting something incorrectly. In order to provide users with a page that will show up whenever a 404 error occurs you need to change the settings on your web server to target a specific page or contact your hosting company to do this for you.

Site: www.codeave.com Report - View Tutorial

ASP Web Forms
Download multiple files in one http request
ASP / Web Forms
HTTP protocol was designed to send one file per one request. Sometimes you will need to send more files usually when a client selects several files for download and the files have to be delivered to the client.The sample uses command line compression (zip/arj) to pack more files to one file and then sends the zip/arj archive to client.

Site: www.motobit.com Report - View Tutorial

ASP Miscellaneous
404 Error Report
ASP / Miscellaneous
Used to catch 404 errors and report them to the webmasters email address.

Site: www.asp101.com Report - View Tutorial

ASP General Development
Controlling HTTP Response Header Lines
ASP / General Development
This tutorial helps you understand: HTTP Response Syntax; HTTP Response Header Lines;Controlling Response Header Lines; Viewing Response Header Lines; Response Header Lines of Static Files; Setting Header Lines Directly in ASP Pages; Sending Binary Files to Browsers.

Site: www.herongyang.com Report - View Tutorial

ASP File Operations
File Object
ASP / File Operations
The File object represents a specified file on the local machine or on a network share. To work with the File object's properties and methods, you need to create an instance of the FileSystemObject object first and then instantiate the File object through the GetFile method. Also you can get a File object reference from the Folder object, by using the Files Collection.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Cookies and Sessions
Sessions
ASP / Cookies and Sessions
This chapter describes: * How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together. * How ASP server offers the session object to ASP pages to share information between multiple requests or pages. * Different ways to pass information between requests or pages. * How Perl tools can be used to help debug ASP applications at the HTTP communication level.

Site: www.herongyang.com Report - View Tutorial

ASP Getting Started
Herong's Tutorial Notes on ASP
ASP / Getting Started
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning ASP himself. Topics include ActiveX, ASP, attachment, binary file, collection, cookies, HTTP response header, IIS, Perl, redirect, scripting, script debugger, script runtime DLL, session, VBScript.

Site: www.herongyang.com Report - View Tutorial

ASP File Operations
Check the file before to delete
ASP / File Operations
We continue to examine file system object in this sample code. Most common ASP problems are trying to modify a file before checking it exists. Probably you have moved this page to delete it before. So we must check that this file is exist or not.

Site: www.dotnetindex.com Report - View Tutorial

ASP File Operations
Write to a file with ASP and FSO
ASP / File Operations
This tutorial will show you how use the File Scripting Object to both write to and append to a text file. Nothing could be easier.

Site: nuts4asp.com Report - View Tutorial

ASP File Operations
Import CSV to HTML
ASP / File Operations
A CSV (Comma Separated Values file sometimes referred to as a flat file) is essentially a text file that has a comma delimiter between the table values and a unique line for each observation. While this is usually a means by which data is transferred from one database to another by itself can be used as input to an asp document. The following example will take virtually any CSV file and write it to an html table.

Site: www.codeave.com Report - View Tutorial

ASP Excel and ASP
Creating Excel Files Online
ASP / Excel and ASP
ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file name. You can use HTML and CSS to create styles in your word document.

Site: www.dotnetindex.com Report - View Tutorial

ASP File Operations
Reading a file
ASP / File Operations
In this example we open a file which is in this case called sampletext.txt . This file contains several lines which we wish to display , so we loop the lines of text one at a time and display them until there are none left to display

Site: tutorials.programmingsite.co.uk Report - View Tutorial

ASP Word and ASP
Creating Word Files Online
ASP / Word and ASP
ASP has the ability to dynamically output any kind of office application format. Before to start coding, The first thing we need to do is set correct file type. Becase the browser needs to know what to do with the file. Second step is to edit file name. You can use HTML and CSS to create styles in your word document.

Site: www.dotnetindex.com Report - View Tutorial

ASP File Operations
Understanding File Upload
ASP / File Operations
Building an upload file mechanism on a Web server can often require using a costly DLL. Tiago Halm's article shows you how to upload a file using only Active Server Page (ASP) code and Internet Explorer.

Site: www.15seconds.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement