Nano
e379eec766
Fix deploy: add scripts/ folder, create webdata.mdb via ADOX, run migrations
- 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>
6 giorni fa
Nano
65e4895e15
Switch DB from ACE OLEDB (.accdb) to JET 4.0 (.mdb)
6 giorni fa
Nano
5fc5662cc8
Implement Categories and Comments features (via Codex)
6 giorni fa
Nano
ac29afed19
Implement Posts feature: controller actions, views (via Codex)
6 giorni fa
Nano
d473adcce3
Fix: rename New action to NewForm (VBScript reserved keyword)
6 giorni fa
Nano
e4f0c8f82e
Scaffold blog entities: Categories, Posts, Comments
- Migrations: create Categories, Posts, Comments tables
- Generated POBOs and Repositories for all three tables
- Generated CategoriesController, PostsController, CommentsController
- Wired controllers into autoload, registry, and routes
- Added autoload_models.asp and autoload_repositories.asp
- Removed stale Households migration (wrong project)
6 giorni fa
Nano
081630155c
Fix deploy script: preserve public/ subfolder structure for IIS
6 giorni fa
Nano
d7fd1f8160
Add CI/CD scripts for aspblogbrainordure-test site
6 giorni fa
Daniel Covington
e15cf7bf56
Refactor project into generic starter template
- remove domain-specific controllers, models, repositories, and views
- keep only Home/Error starter routing and controller registry entries
- add IIS Express startup support with run_site.cmd and applicationhost.config
Co-Authored-By: Abacus.AI CLI <agent@abacus.ai>
3 settimane fa
Daniel Covington
27e1b5a927
Consolidate best ASP MVC framework components
Co-Authored-By: Abacus.AI CLI <agent@abacus.ai>
3 settimane fa
Daniel Covington
f7f2ed8d32
Testing and harness are complete
1 mese fa
Daniel Covington
c7f96f2978
Added more tests
1 mese fa
Daniel Covington
f229f088eb
Docs and test Implementation
1 mese fa
Daniel Covington
264231aad1
'init'
1 mese fa