Calender
<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
Posted by: Jason | Created on: 30/07/2009, 22:29

Add the following to the <system.net> element in the web.config to push webservice calls through fiddler.

  <defaultProxy>
    <proxy  proxyaddress="http://127.0.0.1:8888" />      
  </defaultProxy>

 

Posted by: Jason | Created on: 14/07/2009, 02:17

Here is a basic implementation of Custom Configuration Settings with nested collections in C# for future reference.  I'm sure I'll be using this a lot.

 

TestCustomConfig.zip (5.33 kb)