Execute ASP script from other than browser?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pheddy
    New Member
    • Dec 2008
    • 80

    Execute ASP script from other than browser?

    Hi All!

    I have an ASP script that checks for and insert queries from an XML source to a database. This action takes about 8 to 12 minutes because of the big source (and the internal checks).. Is there anyway to execute this script, not from a browser - but in some other tool maybe a commandline tool or something?

    It would be prefferable that this tool had some kind of callbacks in terms of time for execution and datastats..

    Regards.
    Frederik
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    sure, its called Windows Script if it's run outside of a browser, but it's still VBScript, so same language.

    Jared

    Comment

    • Pheddy
      New Member
      • Dec 2008
      • 80

      #3
      Thanks you !

      Comment

      Working...