Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
recently i have developed a website in asp.net c# but i want to add a cms in my existing asp.net c# application,if any one know about the cms plzz give me the information.i already see the umbraco,dot net nuke etc but i can not under stand how to use it in my template or my asp.net website
Posted
Comments
Afzaal Ahmad Zeeshan 2-Jul-15 23:22pm    
Read the documentation provided by the developer of CMS, he would let you know how-tos of the job.
SAPTARSHI SENGUPTA 3-Jul-15 13:51pm    
can you suggest me any simple asp.net c# cms
Afzaal Ahmad Zeeshan 3-Jul-15 14:24pm    
Please see my answer below, Solution 1.

Please read my comment to the question and, for CMS options in ASP.NET you can try Umbraco[^], which is an open-source project and is being used by ASP.NET team itself. You would be able to find a lot of resources and tutorials on working with the CMS.

You can also create your own CMS; remember, a CMS is just a system that allows you to manage your content. You know what your content is and you do know how to manage them. Just write the back-end and you are done. :)

For additional resources, you can read this article on CodeProject: Top 5 .NET Based CMS (Content Management System)[^]
 
Share this answer
 
Comments
SAPTARSHI SENGUPTA 3-Jul-15 18:29pm    
can you showing a screen shot demo that how to add umbraco cms in my asp.net c# site...
Afzaal Ahmad Zeeshan 3-Jul-15 18:38pm    
Why don't you visit the website and read the document? The developers already have shared everything on their documentation website.
Have a look at umbraco or orchard. However you can't retro-add a CMS to an existing site as the CMS controls the underlying framework. What I would do is start a new project based on the CMS of your choice then port your functionality across to it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900