So you want to give blogging a go at your company, but you dread the thought of getting sign off on new software, setting everything up, handling permissions issues, etc. What a huge pain, especially when you have no idea if anyone is going to even like the concept.
Never fear — it turns out that Exchange 2000 can be used as a pretty competent multi-user blogging platform. All the editing and entry management can be handled by selected users via Outlook, and a Web interface can publish everything to the rest of the organization in a “traditional” blog format.
Just create a public folder in Exchange for post items and post some stuff to it — there’s a subject, there’s a body, you get the idea. Then, on your IIS Web server, you can use the Exchange OLE DB driver and some simple ASP to make a Web interface for the rest of the enterprise. It’s just about that simple.
(If you need to actual code to get data out of public folders, shoot me an email and I’ll send you a the SQL I used.)
Some reasons why this is handy:
So, there you have it: an enterprise-wide blogging platform in a single afternoon. That should be enough to see if the concept can get some traction without spending a bunch of time and money on a standalone platform.