I have a website that I would like to embed a blog into. I don’t want a seperate website living in a subdirectory.
I already have OpenId Authentication and Facebook OAuth implemented and a lot of functionality in my web app but I don’t have too much content.
I would like to add an easy way to author content using Windows Live writer but would like to maintain a consistent look/feel in my site.
Are there any blog engines in ASP.NET MVC that can be embedded or added as an MVC area?
Why not look into implementing it yourself. Racoon Blog has an implementation of what you would need to do to get integration with Windows Live Writer. If you didn’t want to implement those features you could also just use Racoon Blog.
I would go the route of implementing it yourself. I’ve implemented pseudo content management systems on top of MVC and it takes about half a day to a day to get something very rich. Go for it.
What you’ll need to do if you do implement it yourself.