hello
i'm french. I get a problem when I want to see my page "principal/details" on the navigator (IE5) .
I see this message ="error 800a0bb9" and what does it mean? how to repair? please speak English with currents words . Thanks !
Can you provide more info?
Is this an ASP application?
In IE, go to Tools->Internet Options, click the Advanced tab. Scroll the
list in the Browsing section till you see "Show friendly http error
messages" and make sure it is not checked. Then re-run the page and see if a
more detailed error comes up, if it does then paste it here.
try putting this code in a page named test.asp, save the file to your
localhost's root folder:
<%@ Language="VBScript" %>
<%
Dim rs
Set rs = Server.CreateObject( "ADODB.Recordset" )
rs.ActiveConnection = your_connection_string_here
rs.Source = "SELECT * FROM YourTableNameHere"
rs.Open
While Not rs.EOF
Response.Write( rs.Fields.Item(0).Value )
Wend
%>
be sure to set the ActiveConnection's value to a valid connection string,
and the SQL statement to pull from a valid table in the database. Run that,
if it works then your server's ok.
http://localhost/
won't work cause IIS doesn't install with a default page. try