vote up 1 vote down star
1

I've built a web site on ASP.NET MVC and one little section of it should be a blog. I'm looking for a blog to integrate. In the worst case scenario it'd be a WordPress with a custom skin and RSS integration to the rest of the site. The best would be to have an ASP.NET MVC add-on, but I can live with ASP.NET WebForms.

Do you have any recomendations on the engine? I've been checking out BlogEngine.Net and I'd like to have some other ideas to compare. Anything in particular you can point to regarding this integration?

flag
By just ASP.NET, I think you mean "ASP.NET WebForms". – Noldorin Jul 5 at 18:28

6 Answers

vote up 1 vote down check

Just for the record, I ended up using WordPress. Applying the "skin" was not hard, probably as hard as with any .Net blog and although it will probably be harder to maintain in the long run, in the short term is probably the most stable and featureful blogging solution.

link|flag
vote up 0 vote down

atomsite - not mature enough, but promising

link|flag
vote up 0 vote down

I've recently been playing with N2CMS - it's more of a CMS than just a Blog Engine (which is the main reason I've been playing with it), so might be overkill for your requirements.

It has both Medium Trust support, and an MVC example - I've basically taken the Medium Trust sample and mixed that with the ASP.NET MVC example to produce something that the client's very happy with.

link|flag
vote up 2 vote down

Check BlogEngine.NET, it is easy to understand and extensible.
It is build using ASP.NET Webforms.

link|flag
vote up 6 vote down

Three most famous are those:

Classical Asp.Net

Asp.Net Mvc

link|flag
Although we ended up going with a WordPress blog (for non-technical reasons) I was impressed with dasBlog when I took a look at it. – Jason Aug 27 at 19:21
vote up 2 vote down

Scott Hanselman created DasBlog - it was created with hosting in mind, so works under medium trust and doesn't use a DB.

It is an WebForms app, not MVC, however. He runs his blog with it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.