I don't necessarily need to run it at server, however, I would like to use the ~/js/somefile.js
syntax.
Previously, I had just set everything with Absolute paths and set my project to be at the root level. SO, I'd just declare all my stylesheets, background images and javascript files something like /css/somefile.css
However, for this project, it doesn't run as root.
I can't put runat="server"
on a script tag.
I can put it on a link tag, though.
This must be a common problem with a few simple answers.