I have several ASP scripts on my web server that I was running using VBS.
They were all running fine, then a little while ago I uninstalled Backup
Exec on that server and all the scripts now fail with the following error:
Line 8, Char 1
Can't create object 'WinHttp.WinHttpRequest.5'
Code: 800A01AD
The relevant line of code in the script is:
Set objWinHttp = CreateObject("WinHttp.WinHttpRequest.5")
It seems that the uninstall of BE hosed the installation of WinHttp. How
can I fix it?
Thanks!