I'm trying to load a js file in my mvc view. When I enter the full URL in the browser, the page can't load the js file but if I skip the view name in the URL it can. Please have a look at the following images for clarification:
I'm trying to load my js file like below:
<script type="text/javascript" src="~/Resources/dynamsoft.webtwain.initiate.js"></script>
What can be the reason? Thanks.