PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/setup/SQLServer/ReadMe.txt

#
Plain Text | 36 lines | 27 code | 9 blank | 0 comment | 0 complexity | 9f4715d04ce4a607fb6c23feeceb7929 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. Running BlogEngine.NET using SQL Server 2005 and up:
  2. If you wish to use SQL Server to store all your blog data, this folder has all the
  3. information you'll likely need. The scripts included here are for SQL Server 2005 and up.
  4. They could be modified to be used with earlier or later versions if needed.
  5. Included is the Initial Setup script for use with new installation of 3.0. Also,
  6. included is an upgrade script for earlier versions. In addition, you
  7. will find a sample web.config file with the needed changes to use SQL Server.
  8. Instructions for new setup:
  9. 1. Open SQL Server Management Studio and connect to your SQL Server.
  10. 2. Create a new database if desired.
  11. 3. Execute the Setup script against the database you want to add the BlogEngine data to.
  12. 4. Rename SQLServerWeb.Config to Web.config and copy it to your blog folder. (This will
  13. overwrite your existing web.config file. If this is not a new installation, make sure
  14. you have a backup).
  15. 5. Update the BlogEngine connection string in the web.config.
  16. 6. Surf out to your Blog and see the welcome post.
  17. 7. Login with the username admin and password admin. Change the password.
  18. Upgrading from 2.6
  19. - There are no changes between 2.6 and 2.7. If you are upgrading from 2.5, see upgrade notes below.
  20. Upgrading from 2.5
  21. 1. Open SQL Server Management Studio and connect to your SQL Server.
  22. 2. Execute the desired upgrade script against the database where you have your BlogEngine
  23. data.
  24. 3. The web.config file has changed from 2.5 to 2.7. It will likely be easiest to start
  25. with the sample web.config file as described above, but if you have other changes in it,
  26. you'll need to merge them. Don't forget to move your connectionString over.
  27. Additional information can be found at http://dotnetblogengine.net