You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need a Windows Hosting that supports ASP.NET 4.5 and above.
19
-
20
-
2. Download
21
-
Get the latest BlogEngine and extract the zip file on the root of your website.
22
-
23
-
3. Write Permissions
24
-
Add write permissions to the App_Data and Custom folders on your server.
25
-
26
-
4. Done
27
-
Navigate to admin panel by adding /admin/ to your website's URL.
28
-
For example: https://yourwebsite.com/admin/<br>
29
-
Username: admin<br>
30
-
Password: admin<br>
31
-
<br><br>
32
-
33
-
## Development
34
-
35
-
Environment:
36
-
37
-
- Visual Studio
38
-
- ASP.NET 4.5+
39
-
40
-
Steps:
41
-
42
-
- Clone repository
43
-
- Open solution in Visual Studio 2015 +
44
-
- Build and run solution to load website in the browser
45
-
- You can navigate to administration on: http://localhost:64079/admin/
46
-
- Username: admin Password admin
47
-
<br><br>
48
-
49
-
## Security Update
50
-
51
-
After install, update `machineKey` in `Web.config` with values generated with tool [like this](https://www.allkeysgenerator.com/Random/ASP-Net-MachineKey-Generator.aspx). This will prevent known exploit (reported Sep 2019). This only effects if you use default `admin` account.
52
-
<br><br>
53
-
54
-
## Copyright and License
55
-
56
-
Code released under the MS-RL License. Docs released under Creative Commons.<br>
0 commit comments