ASP Tutorials, Code and Script Examples
We have collected some general ASP examples to show a variety of useful techniques. These are not directly related to our products. They are grouped into sections and you can either follow a link to the section of interest or go directly to a specific tutorial.
- SECTION 1: String manipulation and string handling functions
- Adding / joining strings
- Finding a string length
- Extracting a substring using the Split function
- Extracting a substring using the InStr function
- SECTION 2: Working with files, folders and paths
- Using Server.MapPath
- Disabling parent paths in IIS
- Listing the files in a folder
- Check if a file exists
- Display the properties of a file on the server
- Delete, move or copy files on the server
- Delete temporary files based on their age
- SECTION 3: Using include files
- Syntax for calling an include file in ASP
- Examples of include files in ASP