learn-classic-asp icon indicating copy to clipboard operation
learn-classic-asp copied to clipboard

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

No Maintenance Intended

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. :relieved:

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 :