The Kooboo architecture is very interesting. I like how they have tried to be consistent with ASP.NET MVC.
But I need to record these notes on how to change from the default XML database to the SQL Provider because the documentation is not exactly correct.
What I had to do is this:
- Download and run the app in WebMatrix.
- Log into the admin page at localhost:nnnn/Admin (where nnnn is your port number.)
- Once inside the admin screen I was able to move the provider dll and config file as listed in the above link.
- Edit the config file to use your SQL database and put the config and dll into your site's \bin directory.
- Create a database in your SQL Server that matches your connection string.
- Restart the site in WebMatrix.
- Add a new site.
- This site will be the first site put into the SQL database.
Hope this helps someone else because that will be the only benefit of all the hours I spent on this problem.
No comments:
Post a Comment