1 minute read

image If like me you want to try the rather groovy sync tool for Outlook that syncs your contacts (and pictures ) with your outlook contacts, which will then be displayed on your mobile phone, and you are behind a proxy server, then this info is for you…

NOTE: This will work for any .NET application where the developer has not already set it…

Open the [applicationname].config file in the install location and add:

<system.net>
 
   
 

</system.net>

Just above the closing tags. This will allow your application to authenticate with a proxy server…

Technorati Tags: .NET   Personal

Comments Subscribe