Below is my Problem :
GlobalJs.js is my custome JavaScript file and has only one line code alert(1).
But I am unable to add its reference in _Layout.cshtml.
src="../JavaScript/GlobalJs.js" or src="~/JavaScript/GlobalJs.js" none is working for me. What is the problem actually? Please anyone help me. Am I missing something?
Thanks in advance.



