Skip to main content
Participant
July 19, 2006
Question

The page cannot be displayed

  • July 19, 2006
  • 1 reply
  • 288 views
Hi,

I'm trying to create this site with .asp pages on my computer running WinXP Pro with IIS 5.1.

When I have an asp page without any recordsets, I can see it just fine. Yet, when I create a simple / basic recordset (using the Dreamweaver wizard) and view it on my browser I get the following error message:

"The page cannot be displayed
Error Type:
(0x80004005)
Unspecified error
/inteclink/index.asp, line 8"

Line 8 is as followes:
rsProducts.ActiveConnection = MM_inteclink_STRING

I'm attaching the code on my page in case someone wants to take a look at it and see if you can give me a hand with this.

Thank you in advance,
Dan
This topic has been closed for replies.

1 reply

dalgraAuthor
Participant
July 22, 2006
Is there anybody out there that could give me a hand here?
Inspiring
July 22, 2006
I feel sure you know more than I do, but since you've gotten no replies yet ---

1) Your connection folder appears to be in the same folder as the page. I have had better luck with the connection folder in the root of the web site - when that is a different folder.

2) Be sure you have given the needed access rights (to anonymous Internet account) on the database AS IT IS FOUND in the DSN on the applicable server. If you are testing on a DW site set up with a local folder on your desktop (or some other common place) and your remote in inetpub\wwwroot, then the database in inetpub/wwwroot is the one you need rights to.

3) Sometimes DW seems to have trouble releasing the lock on a database. Close DW and reopen before testing your page.

I doubt those will turn out to be the answer, but they are worth trying if you have run out of ideas.