Hello stackoverflowers,
I have a small issue when i try to use a .js file in a ascx page.
<script src="~/foo.js"></script>
After the /
, Visual Studio auto-completion propose me to select foo.js among other elements in the folder, but then i got the "File ~/foo.js was not found" error.
Any idea about the cause of this issue ?