C# problem connecting on remote SQL

Discussion in 'C#' started by vlado_036, Mar 23, 2011.

  1. vlado_036

    vlado_036 New Member

    Joined:
    Aug 8, 2006
    Messages:
    12
    Likes Received:
    0
    Trophy Points:
    0
    I have C# application which manage SQL database. Database is on SQLEXPRESS server.
    The problem is when i try to connect from another computer in network it does not work.

    The error is : A network related or instance-specific error....
    The SQL The server is set to receive connections.

    The connection sting is : public string strConnSring = "Data Source=192.168.1.15\\SQLEXPRESS; database=data; Integrated Security=SSPI";

    What can be wrong?
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice