Hi friends,
In my local. Net core project I am using shared layout for left menu and top menu. In my local project left menu sliding and dropdown on image all are working.
After publishing in iis not working these functionalities. I removed shared layout and in each page I place top menu and left menu even though local project working after hosting script files are not loading.
Please tell me how to do this.
Mohammad HussainPosted Sep 22, 2023, 6:04 AM
1: Verify that your script and asset file paths in your HTML or Razor views are specified correctly and are relative to the root of your application.
2: Open the browser's developer console (F12) and look for any JavaScript errors. These errors can provide clues about what's going wrong with your scripts.
3: Check if your application requires HTTPS. If so, ensure that HTTPS is configured on your server and that your application is accessed using the correct protocol.