superpikar / learn-classic-asp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. 😌

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 :

About

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

License:MIT License


Languages

Language:Classic ASP 73.2%Language:TSQL 26.8%Language:CSS 0.0%