Connecting to Hosted Database from VB.NET through proxy server.

Discussion in 'Visual Studio' started by umair, Aug 3, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I need to connect to the hosted SQL database using vb.net. I am able to connect to the database without any proxy but I am behind a proxy server (authentication required) I am unable to connect to the database. Please advice how can I connect in this scenario.

    Thank You.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    i think your firewall or proxy server is blocking port 1433 which is needed for SQL client to connect to the server remotely.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page