Link to home
Start Free TrialLog in
Avatar of Kamal Khaleefa
Kamal KhaleefaFlag for Kuwait

asked on

how to let my vb.net EXE file to access internet where it is behind a proxy server

Hi

i develop a windows application using vs2010 and vb.net

this application will send push notification to apple server(Push notification and im using PushSharp)

application is hosted inside my company behind the proxy.
How i can configure the application to run and bypass the proxy????????

note: application work fine on my personal laptop since there is no proxy

below link has the answer for web but not windows
https://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2397357-fix-it-so-that-net-apps-can-access-http-thru-auth
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Proxies are set by the networking team and are there for a reason, so you have to  convince management to add the proxy bypass don't forget the port # if using other than port 80 i.e. *.exampe.com:8443
ASKER CERTIFIED SOLUTION
Avatar of Kamal Khaleefa
Kamal Khaleefa
Flag of Kuwait image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kamal Khaleefa

ASKER

This is the solution