Yesterday I wrote about coming across an old website of mine from 2006. While I have yet to find the source code for it, I DID happen to come across my very first ASP website from 2004.
One feature is the Access database has an “admin” login with a blank password. Security be damned!
The site itself was a VERY basic message board site that would let users sign up and post topic on the page, as well as links, photos, and jokes. Even the hosting interface has not changed after over 6 years.
Finding this site gave me the opportunity to see how far I’ve come as a developer. In the last 6 years, I’ve moved from classic ASP, to PHP, to ASP.NET.
The source code (minus the database) is posted below. It’s embarrassing.