hi
i have a web.config file that specifies the connection string for my
database. the database server on the ISP is using a different port than
1433. how do i specify in the connection string to use a specific port
number?
i tried the <ip address>:<port number> and that didn't work.
any ideas?
thanks

Re: web.config fileh by Mark

Mark
Thu Sep 01 16:09:16 CDT 2005

"Rafael Chemtob" <rchemtobb@nospam.yahoo.com> wrote in message
news:OA2UMgzrFHA.2348@tk2msftngp13.phx.gbl...

> any ideas?

Not until you actually tell us what database you're trying to connect to...



Re: web.config fileh by Jim

Jim
Thu Sep 01 17:52:31 CDT 2005

"Rafael Chemtob" <rchemtobb@nospam.yahoo.com> wrote in message
news:OA2UMgzrFHA.2348@tk2msftngp13.phx.gbl...
> hi
> i have a web.config file that specifies the connection string for my
> database. the database server on the ISP is using a different port than
> 1433. how do i specify in the connection string to use a specific port
> number?
> i tried the <ip address>:<port number> and that didn't work.
> any ideas?
> thanks
>
>

http://www.ConnectionStrings.com/ has LOTS of examples, including your
scenario.