PageRenderTime 50ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/setup/VistaDB/ReadMe.txt

#
Plain Text | 78 lines | 57 code | 21 blank | 0 comment | 0 complexity | 52dad1c0893d96af5738e72c5a8e8b87 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. ******************************************************************
  2. Discontinuation of VistaDB Support Notice
  3. ******************************************************************
  4. As of BlogEngine.NET 2.0, BlogEngine.NET is no longer supporting VistaDB.
  5. The files in this VistaDB setup folder are for BlogEngine.NET version 1.6. You may
  6. continue to use VistaDB for future versions of BlogEngine.NET by updating your VistaDB
  7. database to match the latest BlogEngine.NET database schema. The other database folders
  8. (e.g. SQLServer, MySQL) contain upgrade scripts for upgrading from BlogEngine.NET 1.6 to
  9. newer versions. These upgrade scripts will let you know what changes you need to make in
  10. your own VistaDB database to keep it current with the latest version of BlogEngine.NET.
  11. ******************************************************************
  12. ******************************************************************
  13. Running BlogEngine.NET 1.6 using VistaDB:
  14. If you wish to use VistaDB (or VistaDB Express) to store all your blog data, this is
  15. where you want to be. Included in this folder are all the scripts that
  16. you can use to get you started with your blog. In addition, you will find a sample
  17. web.config file with the needed changes to use VistaDB and an upgrade script for
  18. current VistaDB users who wish to upgrade from 1.5.
  19. Since the last version of BlogEngine.NET, VistaDB Express is no longer freely available.
  20. If you own a version of VistaDB or have VistaDB Express available, you are fine and will
  21. have an easy setup. If you are already using VistaDB, but no longer have it installed
  22. and no longer have the installer, you can buy a VistaDB license or convert your data to
  23. a different free option using the Provider Migration tool.
  24. (http://www.nyveldt.com/blog/page/BlogEngineNET-Provider-Migration.aspx)
  25. Instructions for new setup:
  26. 1. You will need VistaDB or VistaDB Express installed locally.
  27. 2. Find VistaDB.NET20.dll (3.5 Express) or VistaDB4.dll (4.0) on your PC and copy it to your blog's Bin folder.
  28. 3. Copy BlogEngine database file to your blog's App_Data folder. Use the vdb3 extension if you are using 3.5
  29. or use the vbd4 extension if you are ising version 4.
  30. 4. Rename VistaDBWeb.Config to Web.config and copy it to your blog folder. (This will
  31. overwrite your existing web.config file. If this is not a new installation, make sure
  32. you have a backup). VistaDBWeb.Config is for a .NET 3.5 application pool. If you will
  33. run BlogEngine.NET in a .NET 4.0 application pool, use VistaDB.NET_4.0_Web.Config instead.
  34. 5. Edit your web.config. Update the connection string and assemblies as needed to
  35. match your file and version information. The web.config is setup for VistaDB Express 3.5 users.
  36. 6. If you are using a non-express version, you will need a license file. Please read this post which covers
  37. creating a license file to get you going.
  38. http://www.vistadb.net/blog/post/2009/11/24/Upgrading-Dot-Net-BlogEngine-to-VistaDB-4.aspx
  39. 7. Surf out to your Blog and see the welcome post.
  40. 8. Login with the username admin and password admin. Change the password.
  41. Upgrading from 1.5
  42. 1. You will need VistaDB or VistaDB Express installed locally.
  43. 2. Open your BlogEngine database in Data Builder and execute the upgrade script against it. (You will
  44. likely need to copy your BlogEngine.vdb3(or vbd4) file from your web server, perform the update, and
  45. copy it back out depending on your setup.
  46. 3. The web.config file has changed from 1.5 to 1.6. It will likely be easiest to start
  47. with the sample web.config file and then make any changes necessary for version numbers, etc.
  48. Note: If you are using a non-express version, please read this post which covers
  49. creating a license file to get you going.
  50. http://www.vistadb.net/blog/post/2009/11/24/Upgrading-Dot-Net-BlogEngine-to-VistaDB-4.aspx
  51. Additional information can be found at http://dotnetblogengine.net
  52. Notice:
  53. While BlogEngine.NET is open source and VistaDB Express is free to use, there are a few restrictions.
  54. VistaDB Express is only free to use for non commercial uses. If you are commercial, you will need to
  55. purchase a license to use it. In addition, the VistaDB Express license requires that you place a link
  56. back to them in your product. A link back the vistadb.net in your page footer or side bar would show
  57. your appreciation.