Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error

    I am accessing the same error-containing ASP page on an ISP server using w2k
    IE6 but with different effect.

    On the first computer I get several line of HTML outputed by ASP, shown
    correctly by the browser, followed by a descriptive error message:

    Microsoft VBScript runtime error '800a000b'
    Division by zero

    followed by the number of the error-making line



    On the second machine my HTML is not displayed at all. Instead I am getting
    that meaningless error page sayng that The page cannot be displayed, HTTP
    500 - Internal server error.

    How can I get the second computer be more informative about the errors?




  • Curt_C [MVP]

    #2
    Re: Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error

    it's an IE setting.
    Uncheck the "Show Friendly Error Messages" option

    --
    Curt Christianson
    Owner/Lead Developer, DF-Software



    <aa> wrote in message news:ewa7fHkzDH A.484@TK2MSFTNG P10.phx.gbl...[color=blue]
    > I am accessing the same error-containing ASP page on an ISP server using[/color]
    w2k[color=blue]
    > IE6 but with different effect.
    >
    > On the first computer I get several line of HTML outputed by ASP, shown
    > correctly by the browser, followed by a descriptive error message:
    >
    > Microsoft VBScript runtime error '800a000b'
    > Division by zero
    >
    > followed by the number of the error-making line
    >
    >
    >
    > On the second machine my HTML is not displayed at all. Instead I am[/color]
    getting[color=blue]
    > that meaningless error page sayng that The page cannot be displayed, HTTP
    > 500 - Internal server error.
    >
    > How can I get the second computer be more informative about the errors?
    >
    >
    >
    >[/color]


    Comment

    • Ray at

      #3
      Re: Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error



      Ray at work

      <aa> wrote in message news:ewa7fHkzDH A.484@TK2MSFTNG P10.phx.gbl...[color=blue]
      > I am accessing the same error-containing ASP page on an ISP server using[/color]
      w2k[color=blue]
      > IE6 but with different effect.
      >
      > On the first computer I get several line of HTML outputed by ASP, shown
      > correctly by the browser, followed by a descriptive error message:
      >
      > Microsoft VBScript runtime error '800a000b'
      > Division by zero
      >
      > followed by the number of the error-making line
      >
      >
      >
      > On the second machine my HTML is not displayed at all. Instead I am[/color]
      getting[color=blue]
      > that meaningless error page sayng that The page cannot be displayed, HTTP
      > 500 - Internal server error.
      >
      > How can I get the second computer be more informative about the errors?
      >
      >
      >
      >[/color]


      Comment

      • Guest's Avatar

        #4
        Re: Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error

        Thanks.
        But strange thing - that Show "Friendly Error Messages" is checked on both
        computers. And one still shows the ASP errors

        Another strange thing is that the other computer (before I unchecked that
        box on it) treated different errors differently.
        In case of Division by zero it displayed that non-informative
        " The page cannot be displayed, HTTP 500 - Internal server error"

        Yet on another page the error "subscript out of range" was shown with all
        the necessary details



        <aa> wrote in message news:ewa7fHkzDH A.484@TK2MSFTNG P10.phx.gbl...[color=blue]
        > I am accessing the same error-containing ASP page on an ISP server using[/color]
        w2k[color=blue]
        > IE6 but with different effect.
        >
        > On the first computer I get several line of HTML outputed by ASP, shown
        > correctly by the browser, followed by a descriptive error message:
        >
        > Microsoft VBScript runtime error '800a000b'
        > Division by zero
        >
        > followed by the number of the error-making line
        >
        >
        >
        > On the second machine my HTML is not displayed at all. Instead I am[/color]
        getting[color=blue]
        > that meaningless error page sayng that The page cannot be displayed, HTTP
        > 500 - Internal server error.
        >
        > How can I get the second computer be more informative about the errors?
        >
        >
        >
        >[/color]


        Comment

        • Mark Schupp

          #5
          Re: Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error

          Go into the virtual directory properties on the machine showing the generic
          error.
          Select the "custom errors" tab.
          Select error code 500.
          Click "set to default"

          --
          Mark Schupp
          Head of Development
          Integrity eLearning



          <aa> wrote in message news:OPctQcszDH A.2240@TK2MSFTN GP10.phx.gbl...[color=blue]
          > Thanks.
          > But strange thing - that Show "Friendly Error Messages" is checked on both
          > computers. And one still shows the ASP errors
          >
          > Another strange thing is that the other computer (before I unchecked that
          > box on it) treated different errors differently.
          > In case of Division by zero it displayed that non-informative
          > " The page cannot be displayed, HTTP 500 - Internal server error"
          >
          > Yet on another page the error "subscript out of range" was shown with all
          > the necessary details
          >
          >
          >
          > <aa> wrote in message news:ewa7fHkzDH A.484@TK2MSFTNG P10.phx.gbl...[color=green]
          > > I am accessing the same error-containing ASP page on an ISP server using[/color]
          > w2k[color=green]
          > > IE6 but with different effect.
          > >
          > > On the first computer I get several line of HTML outputed by ASP, shown
          > > correctly by the browser, followed by a descriptive error message:
          > >
          > > Microsoft VBScript runtime error '800a000b'
          > > Division by zero
          > >
          > > followed by the number of the error-making line
          > >
          > >
          > >
          > > On the second machine my HTML is not displayed at all. Instead I am[/color]
          > getting[color=green]
          > > that meaningless error page sayng that The page cannot be displayed,[/color][/color]
          HTTP[color=blue][color=green]
          > > 500 - Internal server error.
          > >
          > > How can I get the second computer be more informative about the errors?
          > >
          > >
          > >
          > >[/color]
          >
          >[/color]


          Comment

          • Guest's Avatar

            #6
            Re: Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error

            How do I get to the virtual directory properties ?

            "Mark Schupp" <mschupp@ielear ning.com> wrote in message
            news:%23ifMETvz DHA.2456@TK2MSF TNGP10.phx.gbl. ..[color=blue]
            > Go into the virtual directory properties on the machine showing the[/color]
            generic[color=blue]
            > error.
            > Select the "custom errors" tab.
            > Select error code 500.
            > Click "set to default"
            >
            > --
            > Mark Schupp
            > Head of Development
            > Integrity eLearning
            > www.ielearning.com
            >
            >
            > <aa> wrote in message news:OPctQcszDH A.2240@TK2MSFTN GP10.phx.gbl...[color=green]
            > > Thanks.
            > > But strange thing - that Show "Friendly Error Messages" is checked on[/color][/color]
            both[color=blue][color=green]
            > > computers. And one still shows the ASP errors
            > >
            > > Another strange thing is that the other computer (before I unchecked[/color][/color]
            that[color=blue][color=green]
            > > box on it) treated different errors differently.
            > > In case of Division by zero it displayed that non-informative
            > > " The page cannot be displayed, HTTP 500 - Internal server error"
            > >
            > > Yet on another page the error "subscript out of range" was shown with[/color][/color]
            all[color=blue][color=green]
            > > the necessary details
            > >
            > >
            > >
            > > <aa> wrote in message news:ewa7fHkzDH A.484@TK2MSFTNG P10.phx.gbl...[color=darkred]
            > > > I am accessing the same error-containing ASP page on an ISP server[/color][/color][/color]
            using[color=blue][color=green]
            > > w2k[color=darkred]
            > > > IE6 but with different effect.
            > > >
            > > > On the first computer I get several line of HTML outputed by ASP,[/color][/color][/color]
            shown[color=blue][color=green][color=darkred]
            > > > correctly by the browser, followed by a descriptive error message:
            > > >
            > > > Microsoft VBScript runtime error '800a000b'
            > > > Division by zero
            > > >
            > > > followed by the number of the error-making line
            > > >
            > > >
            > > >
            > > > On the second machine my HTML is not displayed at all. Instead I am[/color]
            > > getting[color=darkred]
            > > > that meaningless error page sayng that The page cannot be displayed,[/color][/color]
            > HTTP[color=green][color=darkred]
            > > > 500 - Internal server error.
            > > >
            > > > How can I get the second computer be more informative about the[/color][/color][/color]
            errors?[color=blue][color=green][color=darkred]
            > > >
            > > >
            > > >
            > > >[/color]
            > >
            > >[/color]
            >
            >[/color]


            Comment

            • Mark Schupp

              #7
              Re: Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error

              Internet Services Manager

              --
              Mark Schupp
              Head of Development
              Integrity eLearning



              <aa> wrote in message news:%23LJGrGwz DHA.560@TK2MSFT NGP11.phx.gbl.. .[color=blue]
              > How do I get to the virtual directory properties ?
              >
              > "Mark Schupp" <mschupp@ielear ning.com> wrote in message
              > news:%23ifMETvz DHA.2456@TK2MSF TNGP10.phx.gbl. ..[color=green]
              > > Go into the virtual directory properties on the machine showing the[/color]
              > generic[color=green]
              > > error.
              > > Select the "custom errors" tab.
              > > Select error code 500.
              > > Click "set to default"
              > >
              > > --
              > > Mark Schupp
              > > Head of Development
              > > Integrity eLearning
              > > www.ielearning.com
              > >
              > >
              > > <aa> wrote in message news:OPctQcszDH A.2240@TK2MSFTN GP10.phx.gbl...[color=darkred]
              > > > Thanks.
              > > > But strange thing - that Show "Friendly Error Messages" is checked on[/color][/color]
              > both[color=green][color=darkred]
              > > > computers. And one still shows the ASP errors
              > > >
              > > > Another strange thing is that the other computer (before I unchecked[/color][/color]
              > that[color=green][color=darkred]
              > > > box on it) treated different errors differently.
              > > > In case of Division by zero it displayed that non-informative
              > > > " The page cannot be displayed, HTTP 500 - Internal server error"
              > > >
              > > > Yet on another page the error "subscript out of range" was shown with[/color][/color]
              > all[color=green][color=darkred]
              > > > the necessary details
              > > >
              > > >
              > > >
              > > > <aa> wrote in message news:ewa7fHkzDH A.484@TK2MSFTNG P10.phx.gbl...
              > > > > I am accessing the same error-containing ASP page on an ISP server[/color][/color]
              > using[color=green][color=darkred]
              > > > w2k
              > > > > IE6 but with different effect.
              > > > >
              > > > > On the first computer I get several line of HTML outputed by ASP,[/color][/color]
              > shown[color=green][color=darkred]
              > > > > correctly by the browser, followed by a descriptive error message:
              > > > >
              > > > > Microsoft VBScript runtime error '800a000b'
              > > > > Division by zero
              > > > >
              > > > > followed by the number of the error-making line
              > > > >
              > > > >
              > > > >
              > > > > On the second machine my HTML is not displayed at all. Instead I am
              > > > getting
              > > > > that meaningless error page sayng that The page cannot be displayed,[/color]
              > > HTTP[color=darkred]
              > > > > 500 - Internal server error.
              > > > >
              > > > > How can I get the second computer be more informative about the[/color][/color]
              > errors?[color=green][color=darkred]
              > > > >
              > > > >
              > > > >
              > > > >
              > > >
              > > >[/color]
              > >
              > >[/color]
              >
              >[/color]


              Comment

              • Guest's Avatar

                #8
                Re: Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error

                I see, Mark, that from Internet Services Manager I can configure the format
                of error messages issued by webserver on my computer.
                Yet I am talking about receivig error messages from other website.
                And my problem is that the same error on the same page on some website
                returns different error messages on two different computers of mine.
                Do setting on my Internet Services Manager affect what I am getting from
                other web-servers?


                "Mark Schupp" <mschupp@ielear ning.com> wrote in message
                news:OTTKSnzzDH A.3224@tk2msftn gp13.phx.gbl...[color=blue]
                > Internet Services Manager
                >
                > --
                > Mark Schupp
                > Head of Development
                > Integrity eLearning
                > www.ielearning.com
                >
                >
                > <aa> wrote in message news:%23LJGrGwz DHA.560@TK2MSFT NGP11.phx.gbl.. .[color=green]
                > > How do I get to the virtual directory properties ?
                > >
                > > "Mark Schupp" <mschupp@ielear ning.com> wrote in message
                > > news:%23ifMETvz DHA.2456@TK2MSF TNGP10.phx.gbl. ..[color=darkred]
                > > > Go into the virtual directory properties on the machine showing the[/color]
                > > generic[color=darkred]
                > > > error.
                > > > Select the "custom errors" tab.
                > > > Select error code 500.
                > > > Click "set to default"
                > > >
                > > > --
                > > > Mark Schupp
                > > > Head of Development
                > > > Integrity eLearning
                > > > www.ielearning.com
                > > >
                > > >
                > > > <aa> wrote in message news:OPctQcszDH A.2240@TK2MSFTN GP10.phx.gbl...
                > > > > Thanks.
                > > > > But strange thing - that Show "Friendly Error Messages" is checked[/color][/color][/color]
                on[color=blue][color=green]
                > > both[color=darkred]
                > > > > computers. And one still shows the ASP errors
                > > > >
                > > > > Another strange thing is that the other computer (before I unchecked[/color]
                > > that[color=darkred]
                > > > > box on it) treated different errors differently.
                > > > > In case of Division by zero it displayed that non-informative
                > > > > " The page cannot be displayed, HTTP 500 - Internal server error"
                > > > >
                > > > > Yet on another page the error "subscript out of range" was shown[/color][/color][/color]
                with[color=blue][color=green]
                > > all[color=darkred]
                > > > > the necessary details
                > > > >
                > > > >
                > > > >
                > > > > <aa> wrote in message news:ewa7fHkzDH A.484@TK2MSFTNG P10.phx.gbl...
                > > > > > I am accessing the same error-containing ASP page on an ISP server[/color]
                > > using[color=darkred]
                > > > > w2k
                > > > > > IE6 but with different effect.
                > > > > >
                > > > > > On the first computer I get several line of HTML outputed by ASP,[/color]
                > > shown[color=darkred]
                > > > > > correctly by the browser, followed by a descriptive error message:
                > > > > >
                > > > > > Microsoft VBScript runtime error '800a000b'
                > > > > > Division by zero
                > > > > >
                > > > > > followed by the number of the error-making line
                > > > > >
                > > > > >
                > > > > >
                > > > > > On the second machine my HTML is not displayed at all. Instead I[/color][/color][/color]
                am[color=blue][color=green][color=darkred]
                > > > > getting
                > > > > > that meaningless error page sayng that The page cannot be[/color][/color][/color]
                displayed,[color=blue][color=green][color=darkred]
                > > > HTTP
                > > > > > 500 - Internal server error.
                > > > > >
                > > > > > How can I get the second computer be more informative about the[/color]
                > > errors?[color=darkred]
                > > > > >
                > > > > >
                > > > > >
                > > > > >
                > > > >
                > > > >
                > > >
                > > >[/color]
                > >
                > >[/color]
                >
                >[/color]


                Comment

                • Mark Schupp

                  #9
                  Re: Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error

                  The setting is on the web-server that is generating the error message. That
                  is why you are seeing a difference between two servers.

                  The "pretty" error message should also contain the actual error message,
                  script, and error location (check the entire page) but will not display the
                  HTML generated prior to the error.

                  --
                  Mark Schupp
                  Head of Development
                  Integrity eLearning



                  <aa> wrote in message news:eVh8pL5zDH A.2928@TK2MSFTN GP09.phx.gbl...[color=blue]
                  > I see, Mark, that from Internet Services Manager I can configure the[/color]
                  format[color=blue]
                  > of error messages issued by webserver on my computer.
                  > Yet I am talking about receivig error messages from other website.
                  > And my problem is that the same error on the same page on some website
                  > returns different error messages on two different computers of mine.
                  > Do setting on my Internet Services Manager affect what I am getting from
                  > other web-servers?
                  >
                  >
                  > "Mark Schupp" <mschupp@ielear ning.com> wrote in message
                  > news:OTTKSnzzDH A.3224@tk2msftn gp13.phx.gbl...[color=green]
                  > > Internet Services Manager
                  > >
                  > > --
                  > > Mark Schupp
                  > > Head of Development
                  > > Integrity eLearning
                  > > www.ielearning.com
                  > >
                  > >
                  > > <aa> wrote in message news:%23LJGrGwz DHA.560@TK2MSFT NGP11.phx.gbl.. .[color=darkred]
                  > > > How do I get to the virtual directory properties ?
                  > > >
                  > > > "Mark Schupp" <mschupp@ielear ning.com> wrote in message
                  > > > news:%23ifMETvz DHA.2456@TK2MSF TNGP10.phx.gbl. ..
                  > > > > Go into the virtual directory properties on the machine showing the
                  > > > generic
                  > > > > error.
                  > > > > Select the "custom errors" tab.
                  > > > > Select error code 500.
                  > > > > Click "set to default"
                  > > > >
                  > > > > --
                  > > > > Mark Schupp
                  > > > > Head of Development
                  > > > > Integrity eLearning
                  > > > > www.ielearning.com
                  > > > >
                  > > > >
                  > > > > <aa> wrote in message news:OPctQcszDH A.2240@TK2MSFTN GP10.phx.gbl...
                  > > > > > Thanks.
                  > > > > > But strange thing - that Show "Friendly Error Messages" is checked[/color][/color]
                  > on[color=green][color=darkred]
                  > > > both
                  > > > > > computers. And one still shows the ASP errors
                  > > > > >
                  > > > > > Another strange thing is that the other computer (before I[/color][/color][/color]
                  unchecked[color=blue][color=green][color=darkred]
                  > > > that
                  > > > > > box on it) treated different errors differently.
                  > > > > > In case of Division by zero it displayed that non-informative
                  > > > > > " The page cannot be displayed, HTTP 500 - Internal server error"
                  > > > > >
                  > > > > > Yet on another page the error "subscript out of range" was shown[/color][/color]
                  > with[color=green][color=darkred]
                  > > > all
                  > > > > > the necessary details
                  > > > > >
                  > > > > >
                  > > > > >
                  > > > > > <aa> wrote in message news:ewa7fHkzDH A.484@TK2MSFTNG P10.phx.gbl...
                  > > > > > > I am accessing the same error-containing ASP page on an ISP[/color][/color][/color]
                  server[color=blue][color=green][color=darkred]
                  > > > using
                  > > > > > w2k
                  > > > > > > IE6 but with different effect.
                  > > > > > >
                  > > > > > > On the first computer I get several line of HTML outputed by[/color][/color][/color]
                  ASP,[color=blue][color=green][color=darkred]
                  > > > shown
                  > > > > > > correctly by the browser, followed by a descriptive error[/color][/color][/color]
                  message:[color=blue][color=green][color=darkred]
                  > > > > > >
                  > > > > > > Microsoft VBScript runtime error '800a000b'
                  > > > > > > Division by zero
                  > > > > > >
                  > > > > > > followed by the number of the error-making line
                  > > > > > >
                  > > > > > >
                  > > > > > >
                  > > > > > > On the second machine my HTML is not displayed at all. Instead I[/color][/color]
                  > am[color=green][color=darkred]
                  > > > > > getting
                  > > > > > > that meaningless error page sayng that The page cannot be[/color][/color]
                  > displayed,[color=green][color=darkred]
                  > > > > HTTP
                  > > > > > > 500 - Internal server error.
                  > > > > > >
                  > > > > > > How can I get the second computer be more informative about the
                  > > > errors?
                  > > > > > >
                  > > > > > >
                  > > > > > >
                  > > > > > >
                  > > > > >
                  > > > > >
                  > > > >
                  > > > >
                  > > >
                  > > >[/color]
                  > >
                  > >[/color]
                  >
                  >[/color]


                  Comment

                  • Guest's Avatar

                    #10
                    Re: Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error

                    I am not seeing a difference between two servers.
                    I am seeing a difference between two client computers trying to access the
                    same page on the same server.

                    "Mark Schupp" <mschupp@ielear ning.com> wrote in message
                    news:%23h9TsP7z DHA.1660@TK2MSF TNGP09.phx.gbl. ..[color=blue]
                    > The setting is on the web-server that is generating the error message.[/color]
                    That[color=blue]
                    > is why you are seeing a difference between two servers.
                    >
                    > The "pretty" error message should also contain the actual error message,
                    > script, and error location (check the entire page) but will not display[/color]
                    the[color=blue]
                    > HTML generated prior to the error.
                    >
                    > --
                    > Mark Schupp
                    > Head of Development
                    > Integrity eLearning
                    > www.ielearning.com
                    >
                    >
                    > <aa> wrote in message news:eVh8pL5zDH A.2928@TK2MSFTN GP09.phx.gbl...[color=green]
                    > > I see, Mark, that from Internet Services Manager I can configure the[/color]
                    > format[color=green]
                    > > of error messages issued by webserver on my computer.
                    > > Yet I am talking about receivig error messages from other website.
                    > > And my problem is that the same error on the same page on some website
                    > > returns different error messages on two different computers of mine.
                    > > Do setting on my Internet Services Manager affect what I am getting from
                    > > other web-servers?
                    > >
                    > >
                    > > "Mark Schupp" <mschupp@ielear ning.com> wrote in message
                    > > news:OTTKSnzzDH A.3224@tk2msftn gp13.phx.gbl...[color=darkred]
                    > > > Internet Services Manager
                    > > >
                    > > > --
                    > > > Mark Schupp
                    > > > Head of Development
                    > > > Integrity eLearning
                    > > > www.ielearning.com
                    > > >
                    > > >
                    > > > <aa> wrote in message news:%23LJGrGwz DHA.560@TK2MSFT NGP11.phx.gbl.. .
                    > > > > How do I get to the virtual directory properties ?
                    > > > >
                    > > > > "Mark Schupp" <mschupp@ielear ning.com> wrote in message
                    > > > > news:%23ifMETvz DHA.2456@TK2MSF TNGP10.phx.gbl. ..
                    > > > > > Go into the virtual directory properties on the machine showing[/color][/color][/color]
                    the[color=blue][color=green][color=darkred]
                    > > > > generic
                    > > > > > error.
                    > > > > > Select the "custom errors" tab.
                    > > > > > Select error code 500.
                    > > > > > Click "set to default"
                    > > > > >
                    > > > > > --
                    > > > > > Mark Schupp
                    > > > > > Head of Development
                    > > > > > Integrity eLearning
                    > > > > > www.ielearning.com
                    > > > > >
                    > > > > >
                    > > > > > <aa> wrote in message[/color][/color][/color]
                    news:OPctQcszDH A.2240@TK2MSFTN GP10.phx.gbl...[color=blue][color=green][color=darkred]
                    > > > > > > Thanks.
                    > > > > > > But strange thing - that Show "Friendly Error Messages" is[/color][/color][/color]
                    checked[color=blue][color=green]
                    > > on[color=darkred]
                    > > > > both
                    > > > > > > computers. And one still shows the ASP errors
                    > > > > > >
                    > > > > > > Another strange thing is that the other computer (before I[/color][/color]
                    > unchecked[color=green][color=darkred]
                    > > > > that
                    > > > > > > box on it) treated different errors differently.
                    > > > > > > In case of Division by zero it displayed that non-informative
                    > > > > > > " The page cannot be displayed, HTTP 500 - Internal server[/color][/color][/color]
                    error"[color=blue][color=green][color=darkred]
                    > > > > > >
                    > > > > > > Yet on another page the error "subscript out of range" was shown[/color]
                    > > with[color=darkred]
                    > > > > all
                    > > > > > > the necessary details
                    > > > > > >
                    > > > > > >
                    > > > > > >
                    > > > > > > <aa> wrote in message[/color][/color][/color]
                    news:ewa7fHkzDH A.484@TK2MSFTNG P10.phx.gbl...[color=blue][color=green][color=darkred]
                    > > > > > > > I am accessing the same error-containing ASP page on an ISP[/color][/color]
                    > server[color=green][color=darkred]
                    > > > > using
                    > > > > > > w2k
                    > > > > > > > IE6 but with different effect.
                    > > > > > > >
                    > > > > > > > On the first computer I get several line of HTML outputed by[/color][/color]
                    > ASP,[color=green][color=darkred]
                    > > > > shown
                    > > > > > > > correctly by the browser, followed by a descriptive error[/color][/color]
                    > message:[color=green][color=darkred]
                    > > > > > > >
                    > > > > > > > Microsoft VBScript runtime error '800a000b'
                    > > > > > > > Division by zero
                    > > > > > > >
                    > > > > > > > followed by the number of the error-making line
                    > > > > > > >
                    > > > > > > >
                    > > > > > > >
                    > > > > > > > On the second machine my HTML is not displayed at all. Instead[/color][/color][/color]
                    I[color=blue][color=green]
                    > > am[color=darkred]
                    > > > > > > getting
                    > > > > > > > that meaningless error page sayng that The page cannot be[/color]
                    > > displayed,[color=darkred]
                    > > > > > HTTP
                    > > > > > > > 500 - Internal server error.
                    > > > > > > >
                    > > > > > > > How can I get the second computer be more informative about[/color][/color][/color]
                    the[color=blue][color=green][color=darkred]
                    > > > > errors?
                    > > > > > > >
                    > > > > > > >
                    > > > > > > >
                    > > > > > > >
                    > > > > > >
                    > > > > > >
                    > > > > >
                    > > > > >
                    > > > >
                    > > > >
                    > > >
                    > > >[/color]
                    > >
                    > >[/color]
                    >
                    >[/color]


                    Comment

                    • Evghenios Constantinou

                      #11
                      Re: Microsoft VBScript runtime error '800a000b' vs HTTP 500 - Internal server error



                      All these experts have failed to answer your question. The reason why
                      that is -> temporary files. If you run an INSTANCE of that webpage on
                      the computer and it works, then - assuming the temp page is still on
                      your pc - when it generates an error, the error will be descriptive (as
                      is the case on your first computer. Whereas your second computer either
                      never had or doesn't have anymore a previous "instance" of that page.


                      Gene

                      *** Sent via Developersdex http://www.developersdex.com ***
                      Don't just participate in USENET...get rewarded for it!

                      Comment

                      Working...