Well, you didn't specify what kind of database you are connecting to, but
here is a sample connection string to SQL Server. You can see where the
port number is and change it to what you need.
"Data Source=190.190.200.100,1433;Network Library=DBMSSOCN;Initial
Catalog=pubs;User ID=sa;Password=asdasd;"
(DBMSSOCN=TCP/IP instead of Named Pipes, at the end of the Data Source is
the port to use (1433 is the default))
> hi
> i have a web.config file that specifies the connection string for my
[quoted text clipped - 4 lines]
> any ideas?
> thanks