HighDots Forums  

error 800abb9

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss error 800abb9 in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
katouchy webforumsuser@macromedia.com
 
Posts: n/a

Default error 800abb9 - 07-13-2003 , 07:44 PM






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 !



Reply With Quote
  #2  
Old   
Ron
 
Posts: n/a

Default Re: error 800abb9 - 07-13-2003 , 09:29 PM






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.

--
Ron




Reply With Quote
  #3  
Old   
Ron
 
Posts: n/a

Default Re: error 800abb9 - 07-16-2003 , 06:23 PM



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

http://localhost/iisstart.htm

--
Ron



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.