Build vs. Buy... We've all been down this road... It seems like content management solutions need to be a tool that you keep inside the toolbox for some quick wins and they are only getting better. I could certainly look at building one, but by the time you get all the bells and whistles in there, it would have been cheaper to get one off the shelf...
I've searched StackOverflow for some recommendations, but it appears that there really haven't been any highly rated ideas for ASP.NET implementations.
Don't get me wrong, PHP and mySQL certainly have their place, but there are some instances where you really have to stick with ASP.NET and SQL Server implementations due to other limitations. Both Drupal and WordPress seem pretty cool, but I won't be able to get these setup and installed in the environments I have to work with.
What are the best ASP.NET CMS solutions out there?
I'd try a slightly more targeted search:
Filter it to just questions tagged "asp.net", and ensure that you're searching for the phrase Content Management, rather than the two words.
A lot of it comes down to your definition of "Content Management" really. I've spent the last 5 years working professionally with things like Microsoft's CMS, and recently a bit of MOSS Web Content Management, and before that on two or three bespoke CMS that we'd written for a publishing house, so I consider a CMS to be a complete site building tools, focused around publishing multiple types and styles of content.
On the opensource/free/cheap side I've looked at few recently and found the following:
Just my thoughts to back up the usual bland lists.
My own favourite is Tridion, which can be used for either .NET or Java-based sites. It's not free, though, if that's what you're looking for.
Composite may also be interesting - also not free, but it has a possibility of a trial period.
You might want to check out Umbraco - completely written in C#/.NET, with a very powerful programming API (using lots of XSLT for transformations).
They offer both a free community edition as well as commercial versions.
Marc
I saw an article (written by ScottGu) about a cms named axcms. You can try it.
DotNetNuke is probably the most popular and has lots of plug-ins & documentation.
It's written in VB.NET though :(
Microsoft has released "Orchard"... This looks to be a solid CMS implementation on the ASP.NET MVC platform.
http://orchard.codeplex.com/