simple blog engine for website

Posted by Alexander on Stack Overflow See other posts from Stack Overflow or by Alexander
Published on 2010-04-04T16:51:36Z Indexed on 2010/04/04 17:03 UTC
Read the original article Hit count: 426

Filed under:
|
|

I know that there's a lot of free open source blog engine out there such as BlogEngine.NET. However that's an overkill for my purpose... I so far has created my own simple one by storing posts in a .xml file and so every time the main page loads it reads from all those xml files and displays it as posts.

Now my problem is when a user clicks on a post title I want it to show on a new page(.aspx), so if the title is X then I want a new page called X.aspx when the user clicks on the title on the homepage. I hope this makes sense.

My question is how do I create such thing?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio