I know I have the correct path to the chosen.css:
<link href="@Url.Content("~/Content/chosen.css")" rel="stylesheet" type="text/css" />
But the dropdownlist does not look how it should (meaning like the standard select dropdownlist on http://harvesthq.github.io/chosen/):
Then it just displays the options in bullet points. Does anybody know what could be happening? Thanks!
This was solved by using the Bootstrap + Chosen CSS, rather than the normal chosen CSS.
Found here: http://alxlit.name/bootstrap-chosen/
I then just used the class chosen-select.