Does anyone ever found/used an ASP.NET application similar to Joomla?
I need to set up a quick and dirty CMS on a Windows Server and our client doesn't want us to use something else than ASP.NET.

- 36,288
- 32
- 162
- 271

- 3,934
- 9
- 39
- 51
-
pigeoncms is now available for download. official site: [http://www.pigeoncms.com](http://www.pigeoncms.com) or follow it on google code – May 09 '10 at 14:16
10 Answers
I've been told by a friend that Umbraco is everything you would ever want in a CMS (and it was in the list that Nathan included in his answer). This recommendation is coming from a guy who's built several CMS solutions over the years and after taking a brief look at it, I think I'm going to try to push my clients towards using it over their current solutions.

- 442
- 3
- 10
DotNetNuke is quick to set up and get running. It is the best ASP.NET CMS that I have used.
It comes with many modules, and can be extended with numerous commercial and free 3rd party modules.
It is very easy to change to look of a DNN site by simply changing the assigned skin, and many 3rd party skins are available as well.
Warbeats.com runs on DNN, and handles quite a bit of traffic.

- 39
- 2
-
Just a warning, DNN doesn't give you control over your markup. This makes it a really poor choice, IMO. – Jo Sprague Apr 14 '11 at 12:45
Community Server is a very well built CMS for ASP.NET, a free version is available.

- 74,180
- 73
- 171
- 204
Graffiti is Telligent's CMS (makers of the previously mentioned Community Server) and my be more appropriate depending on your requirements.
There are also many CMS projects on Codeplex.

- 5,812
- 3
- 37
- 41
I tried Graffiti and DotNetNuke and thought both were troublesome, then I tried Umbraco based on a recommendation from a friend and I love it! So much that I recommended it to Kooshmoose... I should also note that dasBlog is not a CMS, it's just blog software (which I use on my personal site and love, but it's not a CMS...)

- 1,119
- 7
- 10
Did you Look at DotNetNuke (http://www.dotnetnuke.com/) Its seems to be a good Systems to Start off as a base , But I doubt I could call it a Full CMS ? (Upto the users to decide)

- 49
- 4
If the concern isn't really about the ASP.Net language but about keeping a Windows server, you can use Joomla on IIS.
You can also check the list of CMSs on Microsoft's Web Platform

- 11,304
- 14
- 61
- 84
MojoPortal might be worth a look into. Other than that, the list linked to by Nathan is well-worth looking into

- 8,578
- 7
- 65
- 114