Menu
Programming ASP (Active Server Pages)

ASP.NET 5 Open Source Web Framework
In February 2015, Microsoft announced an open source web framework, ASP.NET 5. Developers can now run ASP.NET applications on three distinct platforms, i.e., Windows, Linux and Mac. More ...

Configuring the IIS ASP Global.asa File
global.asa is a file that contains subroutines that execute when an ASP application starts or stops, and when an IIS session starts or stops. The file is optional, difficult to configure, is a popular target for hackers. More ...

The ASP Application Object
Each website is an application associated with an application object. You can create subdirectories within the website and use ISM to make them into applications. Then if an application crashes, the website will continue to run. More ...

ASP Server Object
The Server object provides access to properties and methods on the server. The Server object MapPath method maps a website path to a physical server path. More ...

The ASP Object Model
ASP is a server-side scripting engine released as part of Microsoft's IIS (Internet Information Services). It allows dynamically generated web pages. ASP became known as Classic ASP. Microsoft has promised to support Classic ASP until at least October 14, 2025. More ...

Introduction to ASP.NET
This article provides an overview of ASP.NET and its advantages and disadvantages compared to classic ASP. It also provides a code-behind example that you can create without Visual Studio by just typing it into a text file, and then run it on an IIS server that has the .NET framework installed. More ...

Retrieving Form Data With ASP
In this article, you learn how to create some basic html forms and how to use ASP to retrieving data from forms. You also learn how to convert the from's data to numerical values if you need to use it in calculations, and more. More ...

The ASP Session Object
When a visitor retrieves their first page from your website, ASP creates a session object. A session object is associated with each user (each web browser) while they are interacting with your website. More ...

Creating Webpages With ASP
In this article, you learn that ASP is a server technology that allows you to create dynamic webpages. ASP is usually written in VBScript. VBScript is a powerful but easy to learn scripting language. More ...

ASP Arrays
An Array is an indexed list of items. You access the elements in an array using their index. More ...

Simplest Code for ASP Password Protected Page
Sometimes you want to store private links on your server. What is the simplest way to password protect a single webpage with classic ASP? This article provides the simplest ASP code for that. More ...


Learn more at amazon.com

Custom Search