Martin Hinshelwood's Blog

A Scottish dyslexic software developer: .NET architect, developer, evangelist, technology enthusiast and multi-dimensional free thinker


News

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Subscribe

Personal

Accreditation

Stats

My Stats

  • Posts - 264
  • Comments - 305
  • Trackbacks - 67

Twitter












Tag Cloud


Recent Comments


Recent Posts


Article Categories


Archives


Post Categories


Image Galleries


Blogs I read


Blogs of Friends


Blogs on VSTS


Multi-Dimentional Free Thinking Bloggers


Personal


Projects



imageIf like me you want to try the rather 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>
  <defaultProxy useDefaultCredentials="true">
    <proxy usesystemdefault="True" />
  </defaultProxy>
</system.net>

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

 

Technorati Tags: ,

posted @ Wednesday, June 11, 2008 1:01 PM | Filed Under [ Microsoft .NET Framework Personal ]

Comments

Gravatar # re: OutSync with proxy servers
Posted by Perros on 7/28/2008 2:47 PM
Hi there,

Thanks for the advice.

When I try this, instead of the 407, I get:

---------------------------
Error
---------------------------
The underlying connection was closed: The connection was closed unexpectedly.
---------------------------
OK
---------------------------


Followed by Outsync closing.

Is it because the proxy I'm behind requires username/password?

-Perros-
Post a comment





 

Please add 3 and 6 and type the answer here: