473,385 Members | 1,958 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Blog software

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: ja*@eliasen.dk

"Ford," he said, "you're turning into a penguin. Stop it."
Jun 29 '06 #1
7 1355
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/showf...kage_id=139759 )
-.TEXT ( http://www.gotdotnet.com/workspaces/...e-348f6b77c407 )

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

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Jun 29 '06 #2
> 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/is...7/CodeAndSeek/
Jun 29 '06 #3
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.
--
"Jan Eliasen" <el*****@nospam.nospam> wrote in message
news:k5********************************@4ax.com...
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: ja*@eliasen.dk

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

Jun 30 '06 #4
On Thu, 29 Jun 2006 18:28:03 +0300, "Vadym Stetsyak" <va*****@ukr.net>
wrote:
>There are number of free blog engines out there, for instance
-dasBlog ( http://sourceforge.net/project/showf...kage_id=139759 )
-.TEXT ( http://www.gotdotnet.com/workspaces/...e-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: ja*@eliasen.dk

"Ford," he said, "you're turning into a penguin. Stop it."
Jul 4 '06 #5
On Fri, 30 Jun 2006 01:34:05 -0700, "Nick Malik [Microsoft]"
<ni*******@hotmail.nospam.comwrote:
>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: ja*@eliasen.dk

"Ford," he said, "you're turning into a penguin. Stop it."
Jul 4 '06 #6
On Thu, 29 Jun 2006 16:04:20 -0400, "Sergey M" <no@spam.comwrote:
>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: ja*@eliasen.dk

"Ford," he said, "you're turning into a penguin. Stop it."
Jul 4 '06 #7
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.
--
Jul 5 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Michael W. Folsom | last post by:
Folks: I need to find a blog software that requires users to login before they view the blog. It would be real handy if this feature was rolled into the program so it could be turned on or off...
1
by: Grant Merwitz | last post by:
Hi I am looking for some .NET & Sql Server blog software. One i can run on my local server, so not hosted. I have currently downloaded the free .Text blog software which seems pretty great. ...
3
by: Victor | last post by:
Dear Members I'm new here. Please permit me to ask some newbie question I'm from a non-profit organization, working for gender equality. We wish to get a small message across to sister blogs...
4
by: Vinayak | last post by:
Dear Members I'm new here. Please permit me to ask some newbie question I'm from a non-profit organization, working for gender equality. We wish to get a small message across to sister blogs...
2
by: john.d.mann | last post by:
A short overview of how I understand trackback implementation: blogA writes a story about blogB blogA inserts blogB's trackback URL blogA's software pings blogB's trackback URL I think this...
2
by: bjacob | last post by:
Hi! I have a blog made with b2evo, but I'd want to migrate to another software. I need this feature: different user levels, and each level see only the posts intended for them. I'd want to be...
0
by: jonathan.beckett | last post by:
Version 1.9.9f of the PluggedOut Blog script is now available for download. PluggeOut Blog is a free, open source blog/diary/journal script, written by a professional software developer to give...
1
by: lazukars | last post by:
I am trying to set up a blog on an existing webpage. Is there any kind of IIS .net blog software that you can plug into existing webpages without having to create new themes? I just want to use the...
1
by: PaulH | last post by:
Just announcing the news in the spirit of the News-groups: Artisteer - Web and Blog Design Automation Software Unveiled at BlogWorld Expo Ground-breaking Software Instantly Creates...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.