Base solution for your next web application
Open Closed

Dashboard page, menu is not working when deployed to IIS. #5877


User avatar
0
kanes created

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.

  1. ASP.NET Core MVC & JQuery
  2. 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)
  • User Avatar
    0
    mohamedaarif created

    Same issue I am also facing. Using v6.2.1

  • User Avatar
    0
    ismcagdas created
    Support Team

    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 ?
  • User Avatar
    0
    mohamedaarif created

    I have deployed in Azure as Web app. v6.0.0 is working fine for me. This version v6.2.1 seems having issue.

  • User Avatar
    0
    geertveenstra created

    Probably same as already reported by me for Core & jQuery :

    [#5867]

  • User Avatar
    0
    kanes created

    Same issue with deploying to website. v6.2.1 Core & jQuery. No Javascript error.

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team