Pedro Simões programming page

Here you will find some of my research on computer science

About the author

I'am an computer science programmer and student with special interess in object oriented languages like .NET, Java and C++.
E-mail me Send mail

Recent posts

Recent comments

Authors

Tags

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Pedro Simões © Copyright 2008

Creating an blog with the BlogEngine.NET

Creating a blog with the BlogEngine.NET it’s very easy. I only spend 2 hours to setup this blog. I will explain how to install, modify and use it in very simple steps.

 

First thing you have to do, is to get all requirements needed:

 

1.       Microsoft Visual Web Developer 2005 Express Edition (free) or Visual Studio 2005 Professional (used in examples)

2.       BlogEngine.NET 1.1 source code

3.       An ASP.NET 2.0 webhost

4.       An Ftp client

 

With the source code you have the advantage to modify some parts of the blog, but it could be very hard or you can get a very different branch of the original blog, then when new versions appear you will have an extra difficulty to modify again the code to maintain your previous modifications.

 

Figure 1: Opening the project file in visual studio 2005

 

1

 

Now to verify that everything is all right you can rebuild the entire solution and test it locally with the Visual Studio.

 

Figure 2: Rebuilding the entire solution

 

2  

Ok, If you could run and test the blog locally you probably are capable to install the blog online in the ASP.NET 2.0 server, but you have to do a little tweak first:

In the Web.Config file you have to modify the value <customErrors mode="RemoteOnly" /> to <customErrors mode="Off" />.

 

Figure 3: Modifying Web.Config file

 

3

 

TODO continued …

 

4

 

5

 

6

 

7

 

 

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Categories: General | ASP.NET | English
Posted by pedrosimoes on Saturday, September 29, 2007 8:49 AM
Permalink | Comments (0) | Post RSSRSS comment feed

Related posts

Add comment


(Will show your Gravatar icon)  

  Country flag




Live preview

Wednesday, November 19, 2008 6:22 PM

Gravatar