I am working on an ASP.NEt application. In one of the ASPX page, in the tag, in a function, I need to use a value from the Web.config file. I tried using couple of options online, but it not working.
Is it a good idea to read web.config value like this? If not, then is there a better way to do it? Please help