Scraping from ASP vbscript
I am trying to scrape using my screenscraper enterprise in an ASP page using vbscript. I get this error:
Error Type:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object
When I issue this command:
Set objRemoteSession = Server.CreateObject("Screenscraper.RemoteScrapingSession")
This used to work a long time ago but not anymore...did something change?
Scraping from ASP vbscript
By the way, when I select a script within screen-scraper (from the tree on the left of the application) and clicking on the "Language" drop-down list,I do see "VBScript" in the list. So VBScript is detected on my computer.
Does anyone have an idea if this is possible anymore through an ASP script?
I am trying to run the script from an outside file and not within the screenscraper application.
Please help.