I want to make a javascript file accessible from my web server.
So that anyone can access and reference it in their websites.
e-g Suppose abcxyzserver.com is my webserver.
www.abcxyzserver.com/Public/test.js
how can i make it possible that putting above link in the src of script tags will reference this js file.