Hi,
the menu + submenus works fine on my development.
But when deployed to production IIS server, the menues (sub) cannot be opened.
What am I missing ?
/Michael Vad
8 Answer(s)
-
0
the menues (sub) cannot be opened.
Can you share a screenshot of the problem?
-
0
-
0
Does your browser console have error/warning messages?
- What is your product version?
- What is your product type (Angular or MVC)?
- What is product framework type (.net framework or .net core)?
If issue is about UI
- Which theme are you using?
- What are the theme settings?
-
0
-
0
Does your browser console have error/warning messages?
-
0
no - none, as far as I can see
-
0
Was it upgraded from an older version recently?
or it is a fresh download of 6.2.0 from AspNetZero website?
-
1
Hi,
found the problem/solution - bug i v6.2 :-)
Added this to bundleconfig.json:
{ "outputFileName": "wwwroot/metronic/src/js/demo/default/base/layout.min.js", "inputFiles": [ "wwwroot/metronic/src/js/demo/default/base/layout.js" ] }, { "outputFileName": "wwwroot/metronic/src/js/demo/demo8/base/layout.min.js", "inputFiles": [ "wwwroot/metronic/src/js/demo/demo8/base/layout.js" ] },
References:
https://support.aspnetzero.com/QA/Questions/5877 https://support.aspnetzero.com/QA/Questions/5867 https://github.com/aspnetzero/aspnet-zero-core/issues/1892
I am closing this case.
/Michael Vad