Click here to Skip to main content
16,020,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am designing an application that accesses website for extracting data.. in my institute there exists a proxy, along with username & password this is the code i am using in app.config file
i am entering the proxy address in the settings for Internet Explorer


system.net
defaultProxy enabled="true" proxy bypassonlocal="true"
proxyaddress="http://website.com:8888/" /
/defaultProxy
/system.net

even then it does not connect to proxy...
1) i want that the application directly get the proxy ip from IE & access the net?
2) how do i pass the username & password to the application?
what is to be done?
Posted
Updated 14-Sep-13 1:27am
v2
Comments
Member 8657306 14-Sep-13 7:27am    
system.net
defaultProxy enabled="true"
proxy bypassonlocal="true"
proxyaddress="http://website.com:8888/" /
/defaultProxy
/system.net

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