For my final year of study in Information Systems, I am tasked with creating an MVC asp.net website using MS Visual Studio. I am wondering if there is a way to integrate the code with an HTML drag-and-drop CMS instead of relying solely on Visual Studio's editor and the auto-generated files in the MVC project.
In essence, I would like to handle the controller and model code in Visual Studio while working on the view code (HTML) in a user-friendly CMS like WordPress or Drupal (although not limited to these options).
Looking for advice on how to approach this unique setup!