|
| Hi All,
Wondering if anyone else is experiencing a problem getting a SQL
Server connection? I have the following parameters in my connection
dialog:
"Persist Security Info=False;
Data Source=machine.domain.com;
Initial Catalog=dbName;
User ID=UN;
Password=PW"
This results in the web.config file containing:
<configuration>
<appSettings>
<add key="MM_CONNECTION_HANDLER_myConn" value="sqlserver.htm" />
<add key="MM_CONNECTION_STRING_myConn" value="Persist Security
Info=False;Data Source=machine.domain.com;Initial Catalog=dbName;User
ID=UN;Password=PW;" />
<add key="MM_CONNECTION_DATABASETYPE_myConn" value="SQLServer" />
<add key="MM_CONNECTION_SCHEMA_myConn" value="" />
<add key="MM_CONNECTION_CATALOG_myConn" value="" />
</appSettings>
</configuration>
I upload this web.config file to the server, then when I test the
connection Dreamweaver crashes with a Kernel panic!
Wondering what in the world is causing something this bad and if
anyone else is experiencing this.
Any thoughts or comments greatly appreciated.
Thanks...Bobbo
Thanks...Bob
|
|