Ask a Question related to ASP Database, Design and Development.
-
Tyrone Clark #1
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
-
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... -
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... -
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"... -
'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... -
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... -
Aaron Bertrand - MVP #2
Re: HTTP 500.100 - Internal Server Error - ASP error Help...Please
>> ADODB.Field (0x800A0BCD)
Sounds like you have an empty resultset.>> 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
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
Aaron Bertrand - MVP Guest
-
Mark Schupp #3
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



Reply With Quote

