This article applies to:
ML v7, ML8, MultiStore
Connecting to the database on a non-standard port
|
|
Synopsis
Some hosts do not allow connections to their SQL servers on the default port.
Procedure
Simply add a comma and the port number after the "data source" portion of your DBConn line in the web.config file. For example:
... DBConn" value="data source=192.169.1.1,1482;initial catalog ....
|