PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

new to zoom help needed - do you want to open or save this file.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • new to zoom help needed - do you want to open or save this file.

    hi all

    We have recently purchased zoom search engine enterprise.
    we are having a problem getting the search to work on our intranet, we can get it to work on a local copy but not on the iis server

    we have a page with this code
    <form method ="get" action="search.asp">
    <input type="text" name="zoom_query" size="10">
    <input type="submit" value="Search">

    </form>

    then when we use the search it bring up a dialong box asking use to open or save the search page

    any help would be great

    regards
    dee

  • #2
    photo of error

    Comment


    • #4
      It also looks like you're opening the file directly off the local disk, rather than via HTTP. This would mean you're bypassing the IIS web server so there would be no chance of it executing the ASP even if your server was properly configured.

      A web server can only execute a server-side script if it is accessed via HTTP (e.g. a URL such as http://localhost/intranetnew/search.asp)
      --Ray
      Wrensoft Web Software
      Sydney, Australia
      Zoom Search Engine

      Comment


      • #5
        another error

        hi guy

        it no longer asks to open the file goes staright to the search.asp page, when i try a search it bombs out and gives this error

        HTTP 500.100 - Internal Server Error - ASP error
        Internet Information Services

        --------------------------------------------------------------------------------

        Technical Information (for support personnel)

        Error Type:
        (0x8002801D)
        Library not registered.
        /intranetnew/search.asp, line 1502


        Browser Type:
        Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0; .NET CLR 2.0.50727)

        Page:
        GET /intranetnew/search.asp?zoom_per_page=10&zoom_and=0&zoom_sort=0 &zoom_query=w

        Time:
        23 March 2010, 14:04:38

        Comment


        • #6
          Please see this FAQ:
          Q. VBScript error "8002801d - Library not registered"
          --Ray
          Wrensoft Web Software
          Sydney, Australia
          Zoom Search Engine

          Comment

          Working...
          X