I know in mvc the site master page shares resource(html elements) with aspx file.Like this it is possible to refer the script file in site master that will share with aspx?If so how to do that?
In other word am using script file in all my aspx.
<script src="../../../Src/Scripts/jquery.ui.widget.js" type="text/javascript"></script>
Whether it is possible to refer in my sitemaster page that will make that script reference in all my aspx?(Excluding my apsx page)
thanks in Advance