C:\inetpub\wwwroot\adam-smith.net> iisreset /noforce && dotnet publish -c Release
PS C:\Portfolio> Start-WebsiteBuild -IncludeLegacyAsp -Verbose

Building.
Please wait

My portfolio and CV are currently being compiled from over 20 years of web development experience — starting with Classic ASP and VBScript, evolving through ASP.NET, C#, IIS, databases, APIs, front-end chaos, server wrangling, design tooling, late-night debugging, and the occasional sacred ritual of asking “who changed this connection string?”

Classic ASP VBScript ASP.NET C# IIS Windows Server MySQL MariaDB SQLite Python Node.js PHP Nginx JavaScript jQuery HTML CSS Swift Xcode Flutter Java
Classic ASP Legacy module detected. Treated with respect, not shame.
IIS Application pool warmed. Recycling only when emotionally necessary.
.NET Runtime Modern portfolio services initialising with suspicious confidence.
Data Layer MySQL, MariaDB and SQLite ready to persist the important bits.
Visual Studio Solution loaded. Warnings evaluated, understood, and mostly ignored.
VS Code Extensions enabled. Tabs multiplying naturally.
Legacy Tools Dreamweaver and Notepad++ standing by with veteran status.
Design Pass Adobe Creative Suite making sure this does not look like a default admin panel.
Deployment pipeline 88% — classic off-by-one probability
> cscript.exe nostalgia.vbs

<% Response.Write "Classic ASP module restored from long-term memory" %>  VBScript sentimentality successfully initialised

> dotnet restore  Restored 20+ years of web development experience

> dotnet build AdamSmith.Portfolio.csproj --configuration Release  ASP.NET, C#, JavaScript, HTML, CSS and server-side common sense compiled ! Warning CS2001: Some ancient production fixes could not be fully explained

> appcmd list apppool  IIS application pool located, persuaded, and gently warmed

> mysql --execute="SELECT achievements FROM career WHERE years_experience >= 20;"  MySQL/MariaDB career records indexed

> sqlite3 portfolio-cache.db ".tables"  Lightweight tinkering database available for side quests

> npm install nostalgia jquery  Front-end dependencies hydrated

> python ./scripts/summarise-career.py  CV achievements normalised

> flutter doctor ! Doctor found one developer experimenting outside their main stack

> Open-With VisualStudio.exe, Code.exe, Dreamweaver.exe, notepad++.exe  IDE chaos successfully orchestrated

// IIS is humming quietly. // The .asp files have been archived with honour. // Database connections are pooled. Mostly. // Final deploy coming soon.