# ASP Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/asp
> Markdown URL: https://aitinkerers.org/technologies/asp.md
> Technology record last updated: 2026-04-01T17:02:51Z
> Generated: 2026-09-21T08:45:48Z

Classic ASP is a server-side scripting environment used to create dynamic web pages through VBScript or JScript integration.

Active Server Pages (ASP) debuted in 1996 as part of IIS 3.0, revolutionizing web development by allowing code execution on the server before sending HTML to the client. It relies on the Windows Script Host and typically utilizes VBScript to interact with COM components like ADO for database connectivity. While succeeded by ASP.NET in 2002, Classic ASP remains operational on modern Windows Servers (IIS 10) to support legacy enterprise applications and high-speed server-side logic.

- Official technology site: https://learn.microsoft.com/en-us/previous-versions/iis/6.0-sdk/ms524741(v=vs.90)
- Public AI Tinkerers demos and talks: 2
- Result page: 1 of 1

## Recent Public Talks and Demos

### [CTRL+F for your stuff : Building a scalable, resilient and secure multi-modal vision search solution](https://raleigh.aitinkerers.org/talks/rsvp_S9zghJZIZWE)

WhichBox is a web app that lets you photograph your storage boxes and uses Vision AI to build a searchable inventory, so you can ask "where is my phone charger?" and get a ranked, confidence-scored answer. In this demo, I'll walk through three technical problems I had to solve while building this solution.

- Event context: AI Tinkerers Raleigh Meetup — May 6, 2026 — 2026-05-06 — Raleigh
- Public talk page: https://raleigh.aitinkerers.org/talks/rsvp_S9zghJZIZWE

### [AI-driven construction contract management tool](https://nashville.aitinkerers.org/talks/rsvp_wDbnTDTr_F0)

Mori Solution is an AI-driven contract analytics tool focused on interpreting complex construction contracts and technical specifications. This presentation demonstrates a working Retrieval-Augmented Generation (RAG) pipeline that enables semantic search and question answering over large, unstructured PDF documents. I will cover how construction contracts are parsed, chunked, embedded, and retrieved to support accurate queries related to safety requirements, bonds, and payment terms. The demo includes a live code walkthrough of the ingestion and retrieval pipeline, along with a speech-recognition interface that allows users to ask natural language questions and receive grounded, source-cited responses from the underlying contract data.

- Event context: AI Tinkerers Nashville – January 29th, 2026: Live Demos, Code, and Architecture — 2026-01-29 — Nashville
- Public talk page: https://nashville.aitinkerers.org/talks/rsvp_wDbnTDTr_F0

## Related Technologies

- [AES-256-GCM](https://aitinkerers.org/technologies/aes-256-gcm) ([Markdown](https://aitinkerers.org/technologies/aes-256-gcm.md)) — 1 public demo
- [AES-256-GCM envelope encryption](https://aitinkerers.org/technologies/aes-256-gcm-envelope-encryption) ([Markdown](https://aitinkerers.org/technologies/aes-256-gcm-envelope-encryption.md)) — 1 public demo
- [automatic provider fallback](https://aitinkerers.org/technologies/automatic-provider-fallback) ([Markdown](https://aitinkerers.org/technologies/automatic-provider-fallback.md)) — 1 public demo
- [Azure Foundry](https://aitinkerers.org/technologies/azure-foundry) ([Markdown](https://aitinkerers.org/technologies/azure-foundry.md)) — 1 public demo
- [Azure Functions](https://aitinkerers.org/technologies/azure-functions) ([Markdown](https://aitinkerers.org/technologies/azure-functions.md)) — 2 public demos
- [Azure Speech](https://aitinkerers.org/technologies/azure-speech) ([Markdown](https://aitinkerers.org/technologies/azure-speech.md)) — 2 public demos
- [Blazor](https://aitinkerers.org/technologies/blazor) ([Markdown](https://aitinkerers.org/technologies/blazor.md)) — 1 public demo
- [GPT-4](https://aitinkerers.org/technologies/gpt-4) ([Markdown](https://aitinkerers.org/technologies/gpt-4.md)) — 529 public demos
- [OpenAI](https://aitinkerers.org/technologies/openai) ([Markdown](https://aitinkerers.org/technologies/openai.md)) — 112 public demos
- [pgvector](https://aitinkerers.org/technologies/pgvector) ([Markdown](https://aitinkerers.org/technologies/pgvector.md)) — 26 public demos
- [queue-based async processing](https://aitinkerers.org/technologies/queue-based-async-processing) ([Markdown](https://aitinkerers.org/technologies/queue-based-async-processing.md)) — 1 public demo
- [React](https://aitinkerers.org/technologies/react) ([Markdown](https://aitinkerers.org/technologies/react.md)) — 219 public demos
- [Strategy + Factory (provider routing)](https://aitinkerers.org/technologies/strategy-factory-provider-routing) ([Markdown](https://aitinkerers.org/technologies/strategy-factory-provider-routing.md)) — 1 public demo
