Blog software

  • Thread starter Thread starter Jan Eliasen
  • Start date Start date
J

Jan Eliasen

Hi

I am looking for some .NET blog software which I can use at my own
website.

I do not have access to a SQL Server, but I do have access to a MySQL
database, and I can have an access database, if I want to.

Preferably in .NET 2.0 but 1.1 will do...

Any thoughts?

Thanks in advance

--
Eliasen Jr. representing himself and not the company he works for.

Private email: (e-mail address removed)

"Ford," he said, "you're turning into a penguin. Stop it."
 
Hello, Jan!

JE> I am looking for some .NET blog software which I can use at my own
JE> website.

JE> I do not have access to a SQL Server, but I do have access to a MySQL
JE> database, and I can have an access database, if I want to.

JE> Preferably in .NET 2.0 but 1.1 will do...

JE> Any thoughts?

There are number of free blog engines out there, for instance
-dasBlog ( http://sourceforge.net/project/showfiles.php?group_id=127624&package_id=139759 )
-.TEXT ( http://www.gotdotnet.com/workspaces/workspace.aspx?id=e99fccb3-1a8c-42b5-90ee-348f6b77c407 )

using search engine you can find more of them....

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
I am looking for some .NET blog software which I can use at my own
website.

I do not have access to a SQL Server, but I do have access to a
MySQL
database, and I can have an access database, if I want to.

Preferably in .NET 2.0 but 1.1 will do...

I prefer .NET solutions whenever I get a choice but in case of blog
software I went with WordPress - http://wordpress.org/. It's well
supported, embarrassingly easy to setup and uses widely available
PHP/MySQL combo.

I've made a switch from dasBlog to WordPress about a year or so ago
about the same time when I changed my site host. Let see if I recall
the issue... My new host, rightfully so, setup site with medium trust.
Most up to date dasBlog version at that time was relying on full trust
and was failing miserably. Not sure what the status of that issue now
is... HTH.
--
Sergey Mishkovskiy
http://www.usysware.com/dpack/ - DPack - free VS.NET add-ons
http://www.usysware.com/blog/

"Code & Seek
Bring Windows Desktop Search Into Visual Studio With Our Cool Add-In"
http://msdn.microsoft.com/msdnmag/issues/06/07/CodeAndSeek/
 
MSDN blogs use Telligent's Community Server. You can download the express
edition for free, which is all you need for a personal blog site. If you
want to host a lot of blogs, you may want to pay for a license (small cost
compared to the rest of the business costs of running a blog site for public
consumption).

See: http://communityserver.org/Default.aspx



--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
There are number of free blog engines out there, for instance
-dasBlog ( http://sourceforge.net/project/showfiles.php?group_id=127624&package_id=139759 )
-.TEXT ( http://www.gotdotnet.com/workspaces/workspace.aspx?id=e99fccb3-1a8c-42b5-90ee-348f6b77c407 )

using search engine you can find more of them....
Hi

Thanks for your answer.

..TEXT is the one that has become communityserver, right? I looked at
sourcesafe for it, and saw that the last release was from 2004 :-/

I am aware that I can find more using searchengines :-) And I have
tried, believe me. But there are so many that it is difficult to
choose. Especially if I need a .NET version which doesn't require SQL
Server... I thought it would be easier to just ask here to see if
anyone knew of a good one.

I haven't looked at dasBlog, so I will do that now - thanks :)

--
Eliasen Jr. representing himself and not the company he works for.

Private email: (e-mail address removed)

"Ford," he said, "you're turning into a penguin. Stop it."
 
I prefer .NET solutions whenever I get a choice but in case of blog
software I went with WordPress - http://wordpress.org/. It's well
supported, embarrassingly easy to setup and uses widely available
PHP/MySQL combo.
Hi

Thanks for your answer. Unfortunately, my hosting company onle lets me
use .NET - not PHP.

--
Eliasen Jr. representing himself and not the company he works for.

Private email: (e-mail address removed)

"Ford," he said, "you're turning into a penguin. Stop it."
 
MSDN blogs use Telligent's Community Server. You can download the express
edition for free, which is all you need for a personal blog site. If you
want to host a lot of blogs, you may want to pay for a license (small cost
compared to the rest of the business costs of running a blog site for public
consumption).

See: http://communityserver.org/Default.aspx
Hi Nick

I remember looking at communityserver at some point. Doesn't it
require SQL Server? Or am I wrong? Also, it seems at bit big if I only
want a personal blog....

But I will give it a second try, since you ask so politely .-)

--
Eliasen Jr. representing himself and not the company he works for.

Private email: (e-mail address removed)

"Ford," he said, "you're turning into a penguin. Stop it."
 
Hi Nick
I remember looking at communityserver at some point. Doesn't it
require SQL Server?

Sorry Jan. I just don't know. I'm assuming that the smaller edition uses
MSDE or SQL Server Express Edition. Your web hosting company shouldn't have
too much difficulty with that. I've seen blog sites that used only XML, but
I don't know if Telligent's solution does that.
But I will give it a second try, since you ask so politely .-)

I hope I *was* polite ;-).

Good luck in finding the software you need.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
 
Back
Top