- Issue #1: Category show page now lists published posts in that category
- Issue #2: Admin panel at /admin with posts and categories management tables;
publish/unpublish buttons on posts table; Admin nav link
- Issue #3: Comments section on post show page with author/date display
and submit-comment form; comments load approved-only on publish
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
IIS ApplicationPoolIdentity defaults to read-only JET access without explicit
credentials. Adding User Id=admin;Password=; gives the admin user context.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Copy scripts/ folder on deploy so runMigrations.vbs is available on server
- Create empty webdata.mdb via ADOX (32-bit cscript) on first deploy
- Run migrations after each deploy using SysWOW64\cscript.exe (JET 4.0 requires 32-bit)
- Remove stale webdata.accdb (wrong format for JET 4.0 provider)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>