Do It Yourself Guide

1. Create Empty Web Application Project

In Visual Studio 2010, create new empty C# Web Application Project as shown below:

NewProject.jpg

2. Copy website files into Web Application project

Download latest BlogEngine.NET source code and copy lib, BlogEngine.Core and BlogEngine.Test folders to new WAP solution. Your folder structure should look like this (ignore _Resharper and .hg files):

FolderStructure3.jpg

3. Configure Visual Studio Solution

4. Convert to Web Application

5. Handle App_Code folder

6. Edit location in post-build event