I have managed to corrupt some of the files in the metronic folderof my ASP.NET Zero MVC prroject and I want to rebuild the folder structure by downloading the current version (6.0.6).
For the sake of future readers..let's assume that all projects within the ASP.NET Zero solution need to be updated.
What is the process for updating the Metronic template in the MVC project?
Which folders and files do I need to copy from the Metronic ZIP file and into which folders do I place them?
2 Answer(s)
-
1
After following all the steps in this link and create dist files. You should update files in
wwwroot/metronic
folder which is changed. Then check metronic change log . They may change same class names and hierarchy. Check changes. Then change all necessary parts in your cshtml files. -
0
This issue is closed because it has not had recent activity for a long time.