Click here to Skip to main content
16,001,998 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
I have a vb.net application which is supposed to run when the options like given "proxy server link for your LAN" (Lan configuration setting) or "Use automatic configuration script" are checked.

But my application only runs when "Use automatic configuration script" is checked. It does not perform its operation when "proxy server link for your LAN" is checked? Can anyone please help me with this issue??? How to run the application even when proxy server link is checked.

PS: Sometimes, the application does run when "proxy server link for your LAN" is checked but sometimes it doesn't.

Looking for help.

Thanks
Pavi
Posted
Updated 7-Nov-11 20:30pm
v3

1 solution

you have to set proxy settings in your appliacation to while making the web requests. find the article of your interest...

http://weblogs.asp.net/paulomorgado/archive/2009/01/13/setting-a-web-proxy-through-configuration-in-net-applications.aspx[^]


mark as answer if helps you, it motivates :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900