Does a website built on asp.net have a Content Management System (CMS)?

Mike Smith 0 Reputation points
2024-08-05T20:14:28.8633333+00:00

I have a client that is using an agency that is using asp.net to build their website. I've never heard of this before. My agency provides SEO and I'm trying to find out if the new website will have a Content Management System and logins so my team can do SEO?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,490 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Lan Huang-MSFT 29,341 Reputation points Microsoft Vendor
    2024-08-06T01:51:11.9533333+00:00

    Hi @Mike Smith,

    ASP.NET Content Management System platforms are smart to automate all the content processes on a website. At present, many ASP.NET CMS are available.

    I think you can choose Umbraco.

    Umbraco is one of the most used and popular CMS among all ASP.NET based content management systems (CMS) which is SEO friendly.

    https://github.com/umbraco/Umbraco-CMS

    Umbraco is an excellent open-source web content publishing software for ASP.NET developers. The feature-packed platform is simple and easy to learn, making it a perfect CMS platform for web designers, developers, and content creators. If you have any difficulties using this platform, you can avail of Umbraco development services. This platform’s prime benefit is that you can custom-design it for different business types, from a small-sized company to a large enterprise system. It is perfect for web agencies. 

    Others:

    • DotNetNuke (DNN)
    • Sitefinity CMS
    • Kentico
    • Orchard CMS

    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread

    0 comments No comments

  2. Bruce (SqlWork.com) 65,316 Reputation points
    2024-08-07T16:36:57.55+00:00

    while a content management system can be written in asp.net, these are usually commercial system as suggested above. Most likely the client is just coding a website in asp.net (like a client using python or php). typically the code will be in a source control. instead of template pages, there standard code files (layout) where SEO settings would typically be made. There a several asp.net frameworks (webform, mvc, razor pages) and languages (vb, c#, f#) the client could have used.

    you may need to view the live site, and give requirements to the clients application team.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.