Hi Team,
I have referred below link.
https://stackoverflow.com/questions/28960446/having-classic-asp-read-in-a-key-from-appsettings-in-a-web-config-file
I am facing error Microsoft VBScript runtime error '800a01a8' at below line.
Set oChild = oNode.GetElementsByTagName("add")
However if i made Appsett.asp file and put a code in it, it is working fine.
If i referes the same file in diff file as #include then it throws an error.
Hi Waghmare,
You need to verify the oNode.
Does it returns value based on the sectionName?
Set oNode = oXML.GetElementsByTagName(sectionName).Item(0) Set oChild = oNode.GetElementsByTagName("add")
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.