Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

The page cannot be displayed

Community Beginner ,
Jul 19, 2006 Jul 19, 2006
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
TOPICS
Server side applications
289
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 22, 2006 Jul 22, 2006
Is there anybody out there that could give me a hand here?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 22, 2006 Jul 22, 2006
LATEST
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines