If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

I’ve been looking for some decent blog software to be used on a windows server with an ASP.Net application. I love wordpress and use it whenever I can, but it’s not so great on a windows server, it works but it’s difficult to implement things like SEO friendly URL’s.
So with a particular site of mine I needed to have a blog that could be linked to the main site which is an ASP.Net 2.0 application and share the same design elements such as header, navigation etc. So not only did it need to have all the features you require in a modern blog software but it needed to be easy to create a custom theme for too.
After much searching I believe I have found the ideal software and best of all, just like wordpress it is free. The software in question is called BlogEngine.Net, you can download it as either a ready to run site or as the source code project. I chose the application version as I really wanted to keep things simple and didn’t want to get into the complexities of compiling or altering any source code.
You can see my implementation of the blog here at my caravan rental site. Once I’d read through the instructions it was pretty straightforward to set up, but you do need to carefully check the user privileges on some of the folders. The only problem I found was that I couldn’t run the software as a subfolder of the main site, I needed to set it up as a separate web with a subdomain. So for example http://www.caravans4let.co.uk/blog was what I ideally wanted but I ended up having to use http://blog.caravans4let.co.uk.
That minor annoyance aside, it was pretty painless to set up my own theme, I was basically able to use my site.master page and CSS file from the main site with just some minor tweaking and after that I was pretty much done.
I’ve looked at quite a lot of .Net blog software including some rather expensive paid versions and I have to say BlogEngine.Net is the best and easiest to set up I have seen so far. If your looking for a windows based blog solution I would highly recommend it.

utility poster | Jack Humphrey's software bundle said,
[...] Searching For Windows Based Blog Software - I’ve been looking for some decent blog software to be used on a windows server with an ASP.Net application. I love wordpress and use it whenever I can, but it’s not so great on a windows server, it works but it’s difficult to implement … [...]
Add A Comment