Today I am working on the security of my publishing web services for the next release of Tech Head Brothers Portal. The goal is to be able to post content on the portal using THBAuhtoring (you might get the source from Codeplex) a Word 2003 solution I developed. I wanted to build my proxy class like so:

PublishServiceWse service = new PublishServiceWse();

and then I was getting the following error:

{“WSE032: There was an error loading the microsoft.web.services3 configuration section.”}

The solution went with a crazy idea: the trick is simple give full trust to your .config file.