[thelist] 403 Forbidden in Dreamweaver MX2004/ASP.net SQL Server 2000

Michael Pack michaelpack at wvdhhr.org
Wed Feb 9 15:15:19 CST 2005


Hi all, I've ran into a problem. I've setup a test site locally in
Dreamweaver MX2004 and I'm using Cassini to serve it up. My SQL Server
is remote, when I test my connection string....

<configuration>
	<appSettings>
		<add key="MM_CONNECTION_HANDLER_test"
value="sqlserver.htm" />
		<add key="MM_CONNECTION_STRING_test" value="Data
Source=xx.xxx.xxx.xx,1433;Network Library=DBMSSOCN;Initial
Catalog=Catname;User ID=username;Password=password" />
		<add key="MM_CONNECTION_DATABASETYPE_test"
value="SQLServer" />
		<add key="MM_CONNECTION_SCHEMA_test" value="" />
		<add key="MM_CONNECTION_CATALOG_test" value="" />
	</appSettings>
</configuration>

Dreamweaver gives a "HTTP Error Code 403 Forbidden". Web Matrix and
Visual Studio have no problems connecting to the remote SQL server.
Anyone else ran across this?

Thanks ,

MP


More information about the thelist mailing list