I am deploying the app to IIS.
When I run the application using Visual Studio, I can login and Dashboard page appear. When I click on Administration menu item, sub menu appears. But when I deploy it to IIS, the sub menus do not appear. Administration menu does not expand. Also the clicking on the three-bar menu icon does not minimize the menu. Other items work fine.
- ASP.NET Core MVC & JQuery
- I follow this url https://aspnetzero.com/Documents/Step-by-step-core-publish-to-iis .
appsettings.json (production & staging too):
"App": { "WebSiteRootAddress": "http://localhost/hireapp", "RedirectAllowedExternalWebSites": "" }
<br> App_Data/Logs/Logs.txt https://1drv.ms/t/s!AkBN9swsJYjbjYcPj4mNI6FwwWqbww
7 Answer(s)
-
0
Same issue I am also facing. Using v6.2.1
-
0
Hi Guys,
- Could you try to publish under a website instead of a sub-website on IIS to see if it works like that ?
- Do you have any javascript error on the browser console ?
-
0
I have deployed in Azure as Web app. v6.0.0 is working fine for me. This version v6.2.1 seems having issue.
-
0
Probably same as already reported by me for Core & jQuery :
[#5867]
-
0
Same issue with deploying to website. v6.2.1 Core & jQuery. No Javascript error.
-
0
Hi @kanes,
Sorry for my lare response. Have you fixed this problem ? If not, could you share your app's url to [email protected] with a temporary login account information ?
So we can login and check your error.
-
0