Integrating a blog into asp.net website
Posted
by ScottK
on Stack Overflow
See other posts from Stack Overflow
or by ScottK
Published on 2010-03-01T23:32:19Z
Indexed on
2010/04/18
22:03 UTC
Read the original article
Hit count: 376
I have a website that I would like to integrate a blog into. I have seen lots of options available and not sure which one to jump into. What I want to do is have the most recent post on my home page and have users navigate to www.mysite.com/blog to see all posts. I would also like to have a sidebar on the homepage with links to 10 most recent posts.
Where should I start? Should I use wordpress or an asp.net engine? Should I use rss feeds to get information to homepage?
© Stack Overflow or respective owner