The topic is as follows: we have a website on an intranet that was developed in Dotneknuke in version 5.0.0 and runs on IIS with framework 2.0. Currently it works ok.
What we need to do is add new modules for which I would like to update the version to the latest (if possible), download a copy locally, configure it to work with Visual Studio 2019 in a development environment, and upload it to a Git repository.
The site has passed through several hands. Previously, it seems that they made the modifications directly in production with Visual 2008, which I do not like at all, so I would like to configure it correctly in a development environment like any other project.
Currently when we tried to update it gave us several errors and we had to go back the code version and the DB.
My most specific question is: what is the correct way to work with this tool? Do you work directly in production?
Thanks in advance