User475983607 posted
Hello, I am working with a code base that has no .NET Core platform code in it - it's mostly Webforms with some MVC mixed in. We are scoping out a new CMS and were wondering, given this code
base, if we can even use a .NET Core CMS with this older code
ASP.NET Core does not include Web Forms.
Would we have to upgrade our code before implementing a .NET Core CMS? Or does the website code and the CMS code base not make any difference?
This is not a question that can be answered in an ASP.NET forum. A CMS is an application. Read the CMS specifications/documentation to determine what feature you want and what platform it supports.