Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rxtur/BlogEngine.NET
Multi-User ASP.NET Blogging Application
https://github.com/rxtur/BlogEngine.NET
blog blog-engine blog-platform blogengine blogging dotnet
Last synced: 3 months ago
JSON representation
Multi-User ASP.NET Blogging Application
- Host: GitHub
- URL: https://github.com/rxtur/BlogEngine.NET
- Owner: BlogEngine
- Created: 2015-05-19T02:12:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T17:55:54.000Z (over 1 year ago)
- Last Synced: 2024-06-14T18:58:17.373Z (5 months ago)
- Topics: blog, blog-engine, blog-platform, blogengine, blogging, dotnet
- Language: C#
- Homepage: https://blogengine.io/
- Size: 17.9 MB
- Stars: 954
- Watchers: 107
- Forks: 540
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dotnet - BlogEngine.NET - Simple but full featured ASP.NET blog (CMS)
- awesome-csharp - BlogEngine.NET - Simple but full featured ASP.NET blog (CMS)
- awesome-dotnet-cn - BlogEngine.NET - 简单但是功能齐备的ASP.NET博客。 (CMS)
- awesome-dot-dev - BlogEngine.NET - Simple but full featured ASP.NET blog (CMS)
- awesome-dotnet - BlogEngine.NET - Simple but full featured ASP.NET blog (CMS)
- awsome-dotnet - BlogEngine.NET - Simple but full featured ASP.NET blog (CMS)
README
BlogEngine is an open source blogging platform since 2007.
Easily customizable. Many free built-in Themes, Widgets, and Plugins.
- **[Website](https://blogengine.io/)**
- **[Docs](https://blogengine.io/support/get-started/)**
- **[Themes](https://blogengine.io/themes/)**
- **[Custom Design Theme](https://blogengine.io/themes/custom/)**
- **[Contact us](https://blogengine.io/support/)**
## 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](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.
## Copyright and License
Code released under the MS-RL License. Docs released under Creative Commons.
Copyright 2007–2023 BlogEngine