HTTP 500.100 - Internal Server Error - ASP error Help...Please

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default HTTP 500.100 - Internal Server Error - ASP error Help...Please

    I a trying to display an ASP page on IIS 5.1, but i cant,
    every time i select the info i wanna see a "page cannot
    be displayed" page. The name of the db is 'fgh', the
    table is 'Customers'...This is what it says:

    The page cannot be displayed
    There is a problem with the page you are trying to reach
    and it cannot be displayed.

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

    Please try the following:

    Click the Refresh button, or try again later.

    Open the localhost home page, and then look for links to
    the information you want.
    HTTP 500.100 - Internal Server Error - ASP error
    Internet Information Services

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

    Technical Information (for support personnel)

    Error Type:
    ADODB.Field (0x800A0BCD)
    Either BOF or EOF is True, or the current record has been
    deleted. Requested operation requires a current record.
    /splatware/res_1_update_cust_results.asp, line 131


    Browser Type:
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET
    CLR 1.1.4322)

    Page:
    POST 28 bytes to /splatware/res_1_update_cust_results.asp

    POST Data:
    select=14&Submit=Display+%3E

    Time:
    Monday, January 26, 2004, 5:29:06 PM


    More information:
    Microsoft Support


    Tyrone Clark Guest

  2. Similar Questions and Discussions

    1. HTTP/1.1 500 Internal Server Error
      Hi When I try to create ASP.NET Web Application I get error :HTTP/1.1 500 Internal Server Error I tried aspnet_regiis -i it doesnt work. What...
    2. HTTP Error 500, Internal Server Error
      I have installed VB.NET 2003 on my machine. Whenever I write a web service or web page of any type that uses ADO to connect to a SQL Database I get...
    3. HTTP 500 Internal Server Error
      Uncheck "Show Friendly HTTP Errors" in IE. Reload the page. Post the complete error message that you now see. Cheers Ken "Darin"...
    4. 'HTTP/1.1 500 Internal Server Error'
      Hi, i try to create a web-project with vstudio 2003. I am unable to create a new project. The following error occurs: 'HTTP/1.1 500 Internal...
    5. HTTP 500--Internal Server Error
      you are not providing any kind of detail where anyone could help you. "http 500--internal server error" just means there was an error if you...
  3. #2

    Default Re: HTTP 500.100 - Internal Server Error - ASP error Help...Please

    >> ADODB.Field (0x800A0BCD)
    >> Either BOF or EOF is True, or the current record has been
    >> deleted. Requested operation requires a current record.
    >> /splatware/res_1_update_cust_results.asp, line 131
    Sounds like you have an empty resultset.

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]


    Aaron Bertrand - MVP Guest

  4. #3

    Default Re: HTTP 500.100 - Internal Server Error - ASP error Help...Please

    post your code

    --
    Mark Schupp
    Head of Development
    Integrity eLearning
    [url]www.ielearning.com[/url]


    "Tyrone Clark" <anonymous@discussions.microsoft.com> wrote in message
    news:421d01c3e432$2a70d040$a101280a@phx.gbl...
    > I a trying to display an ASP page on IIS 5.1, but i cant,
    > every time i select the info i wanna see a "page cannot
    > be displayed" page. The name of the db is 'fgh', the
    > table is 'Customers'...This is what it says:
    >
    > The page cannot be displayed
    > There is a problem with the page you are trying to reach
    > and it cannot be displayed.
    >
    > ----------------------------------------------------------
    > ----------------------
    >
    > Please try the following:
    >
    > Click the Refresh button, or try again later.
    >
    > Open the localhost home page, and then look for links to
    > the information you want.
    > HTTP 500.100 - Internal Server Error - ASP error
    > Internet Information Services
    >
    > ----------------------------------------------------------
    > ----------------------
    >
    > Technical Information (for support personnel)
    >
    > Error Type:
    > ADODB.Field (0x800A0BCD)
    > Either BOF or EOF is True, or the current record has been
    > deleted. Requested operation requires a current record.
    > /splatware/res_1_update_cust_results.asp, line 131
    >
    >
    > Browser Type:
    > Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET
    > CLR 1.1.4322)
    >
    > Page:
    > POST 28 bytes to /splatware/res_1_update_cust_results.asp
    >
    > POST Data:
    > select=14&Submit=Display+%3E
    >
    > Time:
    > Monday, January 26, 2004, 5:29:06 PM
    >
    >
    > More information:
    > Microsoft Support
    >
    >

    Mark Schupp Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139