这是indexloc提供的服务,不要输入任何密码
Skip to content

buddylancer/learn-classic-asp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Classic ASP 73.2%
  • TSQL 26.8%