A
ad
I have a Asp.Net project, it use JScript to program the client's script
I declare a variable in web.config like:
<add key="CompanyName" value="Big Salse company" />
How can I use the CompanyName in my jscript?
I declare a variable in web.config like:
<add key="CompanyName" value="Big Salse company" />
How can I use the CompanyName in my jscript?