Skip to content

Davi-Gray/BlogEngine.NET

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I recommend not using this project at the moment.

This specific fork of it, at least (or its origin, either; it's not going to be easy to update to a more modern framework, either back-end or front-end, and it doesn't seem likely the original maintainers have plans in that direction). I'm working out some things here for my own personal edification. Feel free to look around, though, and see what's going on. 😊


BlogEngine is an open source blogging platform since 2007.
Easily customizable. Many free built-in Themes, Widgets, and Plugins.


Get Started

  1. Requirements You need a Windows Hosting that supports ASP.NET 4.5 and above.

  2. Download Get the latest BlogEngine and extract the zip file on the root of your website.

  3. Write Permissions Add write permissions to the App_Data and Custom folders on your server.

  4. Done Navigate to admin panel by adding /admin/ to your website's URL. For example: https://yourwebsite.com/admin/
    Username: admin
    Password: admin


Development

Environment:

  • Visual Studio
  • ASP.NET 4.5+

Steps:

  • Clone repository
  • Open solution in Visual Studio 2015 +
  • Build and run solution to load website in the browser
  • You can navigate to administration on: http://localhost:64079/admin/
  • Username: admin Password admin

Security Update

After install, update machineKey in Web.config with values generated with tool like this. This will prevent known exploit (reported Sep 2019). This only effects if you use default admin account.

Copyright and License

Code released under the MS-RL License. Docs released under Creative Commons.
Copyright 2007–2023 BlogEngine

About

Multi-User ASP.NET Blogging Application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 50.1%
  • JavaScript 23.8%
  • CSS 10.0%
  • HTML 6.9%
  • TSQL 3.7%
  • SCSS 3.7%
  • Other 1.8%