Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Brett24 #1
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
-
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... -
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... -
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... -
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... -
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... -
Brett24 #2
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
-
CMBergin #3
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...2000> Hi, I am trying to start developing ASP.NET pages in MX2004. I have MSDEsite> installed and my OS is Windows XP Professional SP1. I have created thetest> and now I am trying to create a connection to my SQL server. Each time IInternet> the connection I have created I receive the error 'HTTP Error Code 500helpful> Server Error'. I am getting so stressed because I cannot find anythinganyone> information anywhere. I have updated MX2004 to the latest version. Can> help? Thanks Brett
>
CMBergin Guest
-
Brett24 #4
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
-
Brett24 #5
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
-
Brett24 #6
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&[/url]
Brett24 Guest



Reply With Quote

