This repo is no longer supported since I'm no longer working with ASP in recent years.
Learn classic ASP, because sometimes you have a client with the legacy project. 😌
- Activate IIS on your Windows machine. link
- Enable debugging link
- Clone the project in your webroot directory or other directory
- Set the directory as new application link or link
- modify global configuration in the global.asa :
applicationURL: match it with your application URLconnectionString: sql server connection string
- create table and insert the content (optional) from
files/tb_countries.sqlandfiles/tb_posts.sql