can we get web.config value in classic asp
-
hii Actualy , i have set one variable value in Appsetting tag, now i need to access the value of that variable in my classic Asp page, can anyone tell me the proper way to access the value from web.config in classic asp. Although i can access that value in the ASP.net very easily please help me out
-
hii Actualy , i have set one variable value in Appsetting tag, now i need to access the value of that variable in my classic Asp page, can anyone tell me the proper way to access the value from web.config in classic asp. Although i can access that value in the ASP.net very easily please help me out
web.config is a normal XML file and you can open it using ASP code and look for the required node. Check this[^] article which explains reading XML file.
Navaneeth How to use google | Ask smart questions