Rick Strahl saved my day with his post “Making sense of ASP.NET Path” especially the following line:
<script src="<%= Url.Content("~/scripts/new.js") %>" type="text/javascript"></script>
Rick Strahl saved my day with his post “Making sense of ASP.NET Path” especially the following line:
<script src="<%= Url.Content("~/scripts/new.js") %>" type="text/javascript"></script>