Connecting through a proxy

  • Thread starter Thread starter keeper
  • Start date Start date
K

keeper

I have a client application that I want to connect to an Sql Server but
the client machine is behind a proxy.

I've been told that the application has to connect to the proxy with a
username/password on port 8080, but is this even possible for an
SqlConnection, if so what would the connection string be?
 
Back
Top