From db13e521fa2ba1179a54a63b9a806a248adaf994 Mon Sep 17 00:00:00 2001 From: ZhengFang Date: Fri, 2 Mar 2018 13:48:00 +0800 Subject: [PATCH 1/5] Update type script version from 1.6 to 1.8 --- BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj b/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj index e04bab7d7..9e32f5e14 100644 --- a/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj +++ b/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj @@ -21,7 +21,7 @@ - 1.6 + 1.8 true From 89f435e669ac2648c0b7aa0c66bfc110ef4b93bc Mon Sep 17 00:00:00 2001 From: ZhengFang Date: Fri, 2 Mar 2018 17:39:44 +0800 Subject: [PATCH 2/5] Update SQLServer/ReadMe.txt --- .../BlogEngine.NET/setup/SQLServer/ReadMe.txt | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/BlogEngine/BlogEngine.NET/setup/SQLServer/ReadMe.txt b/BlogEngine/BlogEngine.NET/setup/SQLServer/ReadMe.txt index e363e07f1..e93b4a6d6 100644 --- a/BlogEngine/BlogEngine.NET/setup/SQLServer/ReadMe.txt +++ b/BlogEngine/BlogEngine.NET/setup/SQLServer/ReadMe.txt @@ -1,25 +1,40 @@ -Running BlogEngine.NET using SQL Server 2008 and up: + + + +------------------------------Running BlogEngine.NET using SQL Server 2008 and up: If you wish to use SQL Server to store all your blog data, this folder has all the information you'll likely need. The scripts included here are for SQL Server 2008 and up. They could be modified to be used with earlier or later versions if needed. -Instructions for new setup: + +------------------------------Instructions for new setup: 1. Open SQL Server Management Studio and connect to your SQL Server. + 2. Create a new database if desired. + 3. Execute the Setup script against the database you want to add the BlogEngine data to. + 4. Rename DbWeb.Config to Web.config and copy it to your blog folder. (This will overwrite your existing web.config file. If this is not a new installation, make sure you have a backup). + 5. Update the BlogEngine connection string in the web.config. + 6. Surf out to your Blog and see the welcome post. + 7. Login with the username admin and password admin. Change the password. -Upgrading from previous version + + + +------------------------------Upgrading from previous version - Use Upgrade.sql to upgrade from latest version (3.1) -Upgrading from earlier versions + + +------------------------------Upgrading from earlier versions - Use scripts in Archive folder to bring your DB to version 3.1, then run Upgrade.sql \ No newline at end of file From 9d90bf59c7603650e22292c5c350ddfbd514b609 Mon Sep 17 00:00:00 2001 From: ZhengFang Date: Sun, 4 Mar 2018 22:13:25 +0800 Subject: [PATCH 3/5] Formart Web.Config --- BlogEngine/BlogEngine.NET/Web.Config | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/BlogEngine/BlogEngine.NET/Web.Config b/BlogEngine/BlogEngine.NET/Web.Config index e698ac4f5..e3eff7fcf 100644 --- a/BlogEngine/BlogEngine.NET/Web.Config +++ b/BlogEngine/BlogEngine.NET/Web.Config @@ -1,28 +1,35 @@  +
+ + + + + + @@ -38,6 +45,7 @@ + @@ -45,6 +53,7 @@ +