learn classic asp

其他类别 2025-07-24

DEPRECATED

This repo is no longer supported since I'm no longer working with ASP in recent years.

Learn Classic ASP

Learn classic ASP, because sometimes you have a client with the legacy project. ?

How to use this project

  1. Activate IIS on your Windows machine. link
  2. Enable debugging link
  3. Clone the project in your webroot directory or other directory
  4. Set the directory as new application link or link
  5. modify global configuration in the global.asa :
    • applicationURL : match it with your application URL
    • connectionString : sql server connection string
  6. create table and insert the content (optional) from files/tb_countries.sql and files/tb_posts.sql

Reference :

  • Creating ASP Pages
  • OOP in ASP classic
  • 25+ ASP Tips to Improve Performance and Style
  • HTML.net ASP Tutorial
  • 4Guys from Rolla
  • Include files in ASP classic
  • ASP Classic
下载源码

通过命令行克隆项目:

git clone https://github.com/superpikar/learn-classic-asp.git