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

HTTP Error Code 500 for Database Connection

Explorer ,
Jun 24, 2007 Jun 24, 2007
Can anyone help me?
I am a beginner of database driven website.
I followed the instruction book came with dreamweaver MX2004 to use Sample site in the getting started folder and tested database connection. IIS installation test was fine but whatever I tried to test database connection as it was instructed I get HTTP Error Code 500 Internet Server Error. I tried setup ASP Sample site and ASP.NET Sample site but both had the same result.
Can anyone tell me what could be wrong?
Thank you in advance
TOPICS
Server side applications
590
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
Guest
Jun 25, 2007 Jun 25, 2007
can you provide us with the full error message? (Copy paste)
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
Explorer ,
Jun 25, 2007 Jun 25, 2007
Thank you for your message.
It's just said

HTTP Error Code500 Internet Server Error

I could not copy and paste the error message.
I f you can give me someidea I will be very gratefull
Kind regards,
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
New Here ,
Jul 03, 2007 Jul 03, 2007
Did this work fine on an IIS 5.1 install on XP for testing and then fall down when moved to an IIS 6 install on Lonhorn?

If so check your connection string references on the pages.
ie should be <!--#include virtual="/Connections/users.asp" -->
not <!--#include file="..//Connections/users.asp" -->

Hope this helps
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
Guest
Jul 03, 2007 Jul 03, 2007
LATEST
Turn off friendly errors in IE Options, then see what the error really says. If its the parent paths then they can be turned back on in IIS on the server.
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