ASP .Net CMS Examples?

  • Thread starter Thread starter JJ
  • Start date Start date
J

JJ

I want to write my own CMS (or use an opensource one), which is based on
ASP.net without having to choose from the PHP based ones out there.

Is there any examples, software or advice you may have for me?

Thanks,

JJ
 
Hi JJ,
We are currently also working on our own CMS system in ASP.NET.
There are a quite a lot of other systems to look at for inspiration.

Here are a couple of nice ones:
http://lemoon.se/ (in swedish tho...)
http://www.emagiccms.com/
http://dotnetnuke.com/ <- open source

Two nice php ones are also available
http://drupal.org/
http://www.joomla.org

For a (very!) comprehensive list check out this site:
http://www.cmsmatrix.org/

Btw, I can recommend a good podcast regarding cms systems:
http://www.cmsadvisor.com/

Good luck and happy coding!
 
Go for DotNetNuke. Its very matured now
Patrick
Hi JJ,
We are currently also working on our own CMS system in ASP.NET.
There are a quite a lot of other systems to look at for inspiration.

Here are a couple of nice ones:
http://lemoon.se/ (in swedish tho...)
http://www.emagiccms.com/
http://dotnetnuke.com/ <- open source

Two nice php ones are also available
http://drupal.org/
http://www.joomla.org

For a (very!) comprehensive list check out this site:
http://www.cmsmatrix.org/

Btw, I can recommend a good podcast regarding cms systems:
http://www.cmsadvisor.com/

Good luck and happy coding!
 
The problem with dotnetnuke is that I have to have a compatible hosting
provider don't I?
I really want some component I can add to my own project in visual studio,
then upload to my live server....

JJ
 
DotNet Nuke is highly compatible with providers. I would guess your only
problem would be providers that do not allow any code outside of hte main
web DLL.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 
Could you clarify what you mean?

Sorry to be so stupid, but I am asking my hoster (I am considering a shared
hosting agreement) but they haven't used DNN before.
What do I need to ask for to enable me to use DNN without their input or
interference?

Thanks,
JJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top