I implemented the Client Dependency Framework for my Umbraco website:
<CD:ClientDependencyLoader runat="server" id="Loader" >
<Paths>
<CD:ClientDependencyPath Name="Styles" Path="/css" />
<CD:ClientDependencyPath Name="Scripts" Path='/scripts' />
</Paths>
</CD:ClientDependencyLoader>
Everything works fine on my local machine.
However, when I deployed the website on a webserver (IIS 7.5) the Nivo Slider isn't working anymore.
I compared the code on the server and on my local machine, it's exactly the same, but on the server Nivo Slider doesn't show up, and on my local machine it does.
Does anyone have an idea what the problem could be?
Thanks for your help.
Anthony