proxy setting in web config
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi i am using a web service and have written all the info regarding the webservice in webconfig file. To connect to the webservice i use the foolwing code <system.net> <defaultProxy> <proxy usesystemdefault="False" proxyaddress="http://wc-v01.inet.mesa1.gdg:3128" bypassonlocal="False" /> </defaultProxy> </system.net> PersonalCar.Proxy = new WebProxy(app.GetValue("ProxyUrl", Type.GetType("System.String")).ToString(), true); i wana avoid all this code and get the info directly from webconfid, how do i do pleaaase help thanks ton jiny