web.config file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rafael Chemtob

    web.config file

    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



  • Sam Santiago

    #2
    Re: web.config file

    Try using a comma vs. a colon to specify the port number. Check out this
    link:



    Thanks,

    Sam

    --
    _______________ _______________ _
    Sam Santiago
    ssantiago@n0spa m-SoftiTechture.c om

    _______________ _______________ _
    "Rafael Chemtob" <rchemtobb@nosp am.yahoo.com> wrote in message
    news:OpcqGgzrFH A.332@tk2msftng p13.phx.gbl...[color=blue]
    > 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
    >
    >
    >[/color]


    Comment

    Working...