OutSync with proxy servers

TL;DR

Explains how to configure .NET applications, like OutSync, to work with proxy servers by editing the config file for proxy authentication and connectivity.

11 June 2008
Written by Martin Hinshelwood
1 minute read
Comments
Subscribe

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

What to read next