Dreamweaver MX2004 - SQL Server

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

  1. #1

    Default Dreamweaver MX2004 - SQL Server

    Hi, I am trying to start developing ASP.NET pages in MX2004. I have MSDE 2000
    installed and my OS is Windows XP Professional SP1. I have created the site
    and now I am trying to create a connection to my SQL server. Each time I test
    the connection I have created I receive the error 'HTTP Error Code 500 Internet
    Server Error'. I am getting so stressed because I cannot find anything helpful
    information anywhere. I have updated MX2004 to the latest version. Can anyone
    help? Thanks Brett

    Brett24 Guest

  2. Similar Questions and Discussions

    1. Changing 'Chmod' via Dreamweaver MX2004
      Hi All Can some body help, please. How do you change the 'chmod' setting within MX2004. If you know the answer, please make it simple. Regards...
    2. Dreamweaver MX2004 Pop Up Menu Browser Problems IE6.0
      :frown; I have tried adding pop up menus to my test website using Dreamweaver MX2004 pop up menu options. I noticed that it also created a...
    3. No code hints for new ColdFusion MX 7 in Dreamweaver MX2004
      I had just downloaded ColdFusion MX 7. And I was viewing one of the online tutorials dealing with the <cfform>. I tried experimenting with the...
    4. Oracle Configuration for Dreamweaver MX2004
      Hi.. I'm using oracle 8i with dreaweaver to host ASP application.. is there any easy way to connect Oracle thru DSN less connection on MM...
    5. How to enable ToolTips in Dreamweaver and Fireworks MX2004
      The tooltips for icons in Dreamweaver (and Fireworks) MX2004 don't work but work fine in non MX2004 applications. Thanks in advance to anyone able...
  3. #2

    Default Dreamweaver MX2004 - SQL Server

    Hi, I am trying to start developing ASP.NET pages in MX2004. I have MSDE 2000
    installed and my OS is Windows XP Professional SP1. I have created the site
    and now I am trying to create a connection to my SQL server. Each time I test
    the connection I have created I receive the error 'HTTP Error Code 500 Internal
    Server Error'. I am getting so stressed because I cannot find anything helpful
    information anywhere. I have updated MX2004 to the latest version. Can anyone
    help? Thanks Brett

    Brett24 Guest

  4. #3

    Default Re: Dreamweaver MX2004 - SQL Server

    You'll get better solutions if you get a better error message.
    Tools->Internet Options->[Advanced]
    Uncheck "Show Friendly HTTP Error Messages"

    Next time your connection fails, there will be a specific error message
    along with an error code. That will help you (and us) solve the problem.

    "Brett24" <webforumsuser@macromedia.com> wrote in message
    news:d0nepl$a65$1@forums.macromedia.com...
    > Hi, I am trying to start developing ASP.NET pages in MX2004. I have MSDE
    2000
    > installed and my OS is Windows XP Professional SP1. I have created the
    site
    > and now I am trying to create a connection to my SQL server. Each time I
    test
    > the connection I have created I receive the error 'HTTP Error Code 500
    Internet
    > Server Error'. I am getting so stressed because I cannot find anything
    helpful
    > information anywhere. I have updated MX2004 to the latest version. Can
    anyone
    > help? Thanks Brett
    >

    CMBergin Guest

  5. #4

    Default Re: Dreamweaver MX2004 - SQL Server

    Hi, I am not sure what you mean by getting a better error message? I cannot
    create a connection to my SQL database. If I create an VB.NET page and try and
    display it I received the following error in my browser:- Server Error in '/'
    Application.
    --------------------------------------------------------------------------------
    Parser Error Description: An error occurred during the parsing of a resource
    required to service this request. Please review the following specific parse
    error details and modify your source file appropriately. Parser Error
    Message: File or assembly name DreamweaverCtrls, or one of its dependencies,
    was not found. Source Error: Line 1: <%@ Page Language='VB'
    ContentType='text/html' ResponseEncoding='iso-8859-1' %> Line 2: <%@ Register
    TagPrefix='MM' Namespace='DreamweaverCtrls'
    Assembly='DreamweaverCtrls,version=1.0.0.0,publicK eyToken=836f606ede05d46a,cultu
    re=neutral' %> Line 3: <MM:DataSet Line 4: id='DataSet1' Source File:
    c:\inetpub\wwwroot\contacts\new.aspx Line: 2 Assembly Load Trace: The
    following information can be helpful to determine why the assembly
    'DreamweaverCtrls' could not be loaded. === Pre-bind state information ===
    LOG: DisplayName = DreamweaverCtrls, Version=1.0.0.0, Culture=neutral,
    PublicKeyToken=836f606ede05d46a (Fully-specified) LOG: Appbase =
    file:///c:/inetpub/wwwroot LOG: Initial PrivatePath = bin Calling assembly :
    (Unknown). === LOG: Publisher policy file is not found. LOG: No redirect found
    in host configuration file
    (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config). LOG: Using
    machine configuration file from
    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config. LOG:
    Post-policy reference: DreamweaverCtrls, Version=1.0.0.0, Culture=neutral,
    PublicKeyToken=836f606ede05d46a LOG: Attempting download of new URL
    file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    Files/root/2135a508/8d69a834/DreamweaverCtrls.DLL. LOG: Attempting download of
    new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    Files/root/2135a508/8d69a834/DreamweaverCtrls/DreamweaverCtrls.DLL. LOG:
    Attempting download of new URL
    file:///c:/inetpub/wwwroot/bin/DreamweaverCtrls.DLL. LOG: Attempting download
    of new URL
    file:///c:/inetpub/wwwroot/bin/DreamweaverCtrls/DreamweaverCtrls.DLL. LOG:
    Attempting download of new URL
    file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    Files/root/2135a508/8d69a834/DreamweaverCtrls.EXE. LOG: Attempting download of
    new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
    Files/root/2135a508/8d69a834/DreamweaverCtrls/DreamweaverCtrls.EXE. LOG:
    Attempting download of new URL
    file:///c:/inetpub/wwwroot/bin/DreamweaverCtrls.EXE. LOG: Attempting download
    of new URL
    file:///c:/inetpub/wwwroot/bin/DreamweaverCtrls/DreamweaverCtrls.EXE. Does
    this help at all? Thanks Brett

    Brett24 Guest

  6. #5

    Default Re: Dreamweaver MX2004 - SQL Server

    Hi, I have fixed the error I mentioned below 'Parser Error Message: File or
    assembly name DreamweaverCtrls, or one of its dependencies, was not found'.
    The error was fixed by selecting Deploy Supporting Files from the site menu.
    This copied the DreamweaverCTRLS.dll to C:\Inetpub\wwwroot\bin. I still cannot
    connect to my SQL server on my local PC. I just want to point out that I see
    the 'HTTP Error Code 500 Internet Server Error'. in Dreamweaver and NOT in a
    web page. The error occurs when I click the TEST button to test my database
    connection. If I click ok without testing I can see my connection but not
    tables are present. Any help would be great. Thanks Brett

    Brett24 Guest

  7. #6

    Default Re: Dreamweaver MX2004 - SQL Server

    Problem Fixed I have managed to resolve this problem. I noticed in the Event
    Viewer (System) two errors were created each time I clicked test. There event
    ID's were 10001 (DCOM) and 36 (W3SVC). To fix this problem I needed to add the
    NT AUTHORITY\INTERACTIVE to the local users group. The permissions on
    c:\windows\system32\dllhost.exe were also set to deny for the IWAM account, I
    changed this to read. I restarted IIS, tested the connection and everything is
    working. More information can be found at
    [url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q309051&amp;[/url]

    Brett24 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