Path issue in url routing mechanism for webforms application.
Hi,when i am using routing mechanism for web forms application.
In my application have a master page, in that master page has the below reference.
<script src="../foldername/js/star-rating.js" type="text/javascript"></script>
when i am changing the route of that master page contained subpage, that path is converted into the below format.
http://applicationname/urlroutename/foldername/js/star-rating.js
In the above link that "urlroutename" additionally added, when i am using the routing mechanism.
Please give me the advise how to rectify that problem.
Thanks in advance.