Can't access Javascript file

MartinB

New Member
I'm using webform asp.net and C#. I linked the master page with javascript file like this\[code\] <script type="text/javascript" src="http://stackoverflow.com/questions/13863834/javascript/main.js"></script>\[/code\]but when I'm going to inner pages inside folders.. I can't access the JavaScript file.. (404 error).I tried to solve the problem by using ResolveClientUrl but it's not work!What's the problem?
 
Back
Top