help plz. page not loading due to internal server error

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default help plz. page not loading due to internal server error

    I'm using windows 2000 professional, IIS 5, IE 6. created dsn called netbooks
    using odbc and access database. Other information apache 2 is installed but in
    stop mode and IIS is on. I am just gettin back into development and design
    using macromedia dreamweaver mx. But on return having problems that i never
    encounter before. i know site can connect to database successfully, cause i
    have run the test and return results on test. but when i run it in browser
    ([url]http://localhost/faculty/index.asp[/url]) page cannot be displayed. Messages that
    may help you diagnose this are below; HTTP 500.100 - Internal Server Error -
    ASP error Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file
    already in use. /facultyshop/index.asp, line 623 I have looked at line 623,
    here it shows this; rsLogin.ActiveConnection = MM_netbooks_STRING In the
    connections folder, dsn is shown like this; <% Dim MM_netbooks_STRING
    MM_netbooks_STRING = 'dsn=netbooks;' %> I hope this is enough information for
    anybody out there to start me with Dreamweaver once again. I actually am new to
    mx but had lots of experience in UltraDev. Thanks in advance.

    khansab Guest

  2. Similar Questions and Discussions

    1. 500 internal server error
      Hi all, Just wondering if you could possibly check this site for me - www.gtfasteners.co.uk . I am getting a 500 Internal Server Error message...
    2. Internal Server Error (500)
      I just installed Visual Studio 2003 and tried to create a Web Service project. I received HTTP/1.0 500 Internal Server Error. I confirmed that...
    3. Internal Server Error on ASP page called by WebRequest
      Hi In my asp.net app I require to run an ASP page within a different website. Both websites are hosted on the same machine. If i place a .htm file...
    4. Internal Server Error 500
      I keep getting IIS 500 internal error from the SOAP post rather than the details of the error. I have an XMl doc as <?xml version="1.0"...
    5. Page Not Found..Internal Server Error
      Hi all, I developed a site using Javascript ASP pages which interface with a SQL 7 db. All went well until about a week ago the company which...
  3. #2

    Default Re: help plz. page not loading due to internal server error

    Go to msdn.com and search for 80004005 Errors. They are almost all related
    to permissions on the IUSR_MachineName account.

    "khansab" <webforumsuser@macromedia.com> wrote in message
    news:d397dg$8k8$1@forums.macromedia.com...
    > I'm using windows 2000 professional, IIS 5, IE 6. created dsn called
    > netbooks
    > using odbc and access database. Other information apache 2 is installed
    > but in
    > stop mode and IIS is on. I am just gettin back into development and
    > design
    > using macromedia dreamweaver mx. But on return having problems that i
    > never
    > encounter before. i know site can connect to database successfully, cause
    > i
    > have run the test and return results on test. but when i run it in
    > browser
    > ([url]http://localhost/faculty/index.asp[/url]) page cannot be displayed. Messages
    > that
    > may help you diagnose this are below; HTTP 500.100 - Internal Server
    > Error -
    > ASP error Error Type: Microsoft OLE DB Provider for ODBC Drivers
    > (0x80004005)
    > [Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file
    > already in use. /facultyshop/index.asp, line 623 I have looked at line
    > 623,
    > here it shows this; rsLogin.ActiveConnection = MM_netbooks_STRING In the
    > connections folder, dsn is shown like this; <% Dim MM_netbooks_STRING
    > MM_netbooks_STRING = 'dsn=netbooks;' %> I hope this is enough information
    > for
    > anybody out there to start me with Dreamweaver once again. I actually am
    > new to
    > mx but had lots of experience in UltraDev. Thanks in advance.
    >

    Brandon Taylor Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139