Setting proxy in c++ app on visual studio 2005

73 Views Asked by At

Can someone help me in setting proxy via C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE devenv.exe.config. I changed </system.net> and added defaultProxy. I closed visual studio 2005 and opened again and built but that did not work.

Background: I have an issue with one of C++ app which uses 3rd part API to connect to source and fetch realtime feed. Infra team has introduced a proxy and this is not allowing us to connect to source as earlier. We tried bypass list via netsh but that also did not work.

0

There are 0 best solutions below