You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I publish the web without virtual directory http://PUBLIC_IP it works great, but when I publish something like this http://PUBLIC_IP/manager, I got problems with css and javascript from Quartzmin library.
GET http://localhost:63803/Content/Lib/semantic-ui/semantic.min.css net::ERR_ABORTED 500 (Internal Server Error)
manager:21 GET http://localhost:63803/Content/Lib/semantic-ui/calendar.min.css net::ERR_ABORTED 500 (Internal Server Error)
manager:22 GET http://localhost:63803/Content/Fonts/Lato.css net::ERR_ABORTED 500 (Internal Server Error)
manager:23 GET http://localhost:63803/Content/Site.css net::ERR_ABORTED 500 (Internal Server Error)
manager:25 GET http://localhost:63803/Content/Lib/jquery-3.3.1.min.js net::ERR_ABORTED 500 (Internal Server Error)
manager:26 GET http://localhost:63803/Content/Lib/moment.min.js net::ERR_ABORTED 500 (Internal Server Error)
The text was updated successfully, but these errors were encountered:
When I publish the web without virtual directory http://PUBLIC_IP it works great, but when I publish something like this http://PUBLIC_IP/manager, I got problems with css and javascript from Quartzmin library.
The text was updated successfully, but these errors were encountered: