After developing a website and debugging it in Visual Studio using the "view in browser" feature, I deemed it ready for deployment onto our test server. However, upon checking the page from the server's address, certain elements appeared differently than expected.
The issue is with a glyph-icon star from Bootstrap tools included in the website's solution, which was present before I started working on it. The code snippet causing the problem is highlighted below:
https://i.sstatic.net/9qqMV.png
Despite my efforts to troubleshoot this display discrepancy by researching online resources, no solution has been found. Given that I have tested the website on both Chrome and IE without success, what suggestions do you have for resolving this issue, especially considering my lack of access to information about the server?
Edit: It is important to note that running the page in compatibility mode results in the glyph-icon star disappearing entirely.