I am accessing the appsettings key from the web.config file of my web application in my Javascript code(.aspx).The problem which i am facing is that the complete URL is visible on the browser during debugging which is a security issue. Is there any way i can avoid that? i tried using encryption techniques available in JS but still the URL is visible. Any help on this will be highly appreciated.
CHeers, Sajesh
I am accessing the key in my Javascript from the web.config fileThis doesn't make any sense. Can you rephrase it? – asawyer Jun 18 '12 at 12:07