Saturday, Feb 22, 2003, 10:26 AM in .NET
The Last Configuration Handler I'll Ever Need
6 comments
on this post
Michael Bouck:
Saturday, Feb 22, 2003, 12:24 PM
Craig Andera:
Saturday, Feb 22, 2003, 6:08 PM
Chris Sells:
Monday, Feb 24, 2003, 4:14 PM
Craig Andera:
I'll see what I can whip up.
Wednesday, Feb 26, 2003, 10:33 PM
Craig Andera:
* Write the type you want to store.
* Write a simple ASMX web service that has one method that has a single input parameter of that type.
* Navigate to the ASMX-generated HTML page for the web service, and click on the link for that operation.
* Go look in the sample SOAP message - you should see your type expressed as XML.
* Cut and paste into your config file, adding the "type" attribute.
How's that, Chris?
Thursday, Feb 27, 2003, 9:57 AM
Marlo:
i.e
(Foo name=”A”)1.234(/Foo)
(Foo name=”B”)5.678(/Foo)
Monday, Mar 31, 2003, 5:34 PM



