Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i have below section in web.config
<system.net>
XML
<defaultProxy enabled="true">
      <proxy autoDetect="True" scriptLocation="http:some value" />
    </defaultProxy>
  </system.net>

should be changed to like below

<system.net>
    <defaultProxy enabled="true">
<proxy proxyaddress="http:some ip value" >
 </defaultProxy>
  </

system.net>
iwant this to be done by powershell script
Posted
Updated 21-Jul-14 0:47am
v2
Comments
[no name] 21-Jul-14 7:40am    
"iwant this to be done by powershell script" okay so go ahead and do that. No one here is going to write it for you.
Sergey Alexandrovich Kryukov 21-Jul-14 11:18am    
Don't. This is a bad idea.
—SA

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