I have the following code snippet:
<script type="text/javascript"
src="path?key=1234567890">
</script>
Additionally, I included the following in my web.config file:
<appSettings>
<add key="key" value="1234567890"/>
Now, how can I integrate the 'key' value from web.config into the script above?