I have a question about relative path to external javascript, css and images files in Asp.C# application.
I have pages with 2 - 5 sub levels so my javascript and css files looks like
../../../../../javascriptfile.js
../../../cssfile.css
../../../../../../image.jpg
In case if it will be additional sub level application won't find files.
What is the best practices to specify path to file???