On Fri, Jan 28, 2011 at 10:27 AM, Ed Leafe <[email protected]> wrote:
> RT @justinvincent: Please drop the SOAP http://bit.ly/dTElFt
>
> Hey, remember when the 'S' in 'SOAP' was supposed to stand for
> 'Simple'?
--------------------
Or the wanker could have turned on the logging from the web.config and
seen what he wanted to in about 10 min. Google for and example = 8
min, and then copy into your web.config. But why do that when you can
just code around the obvious and really screw things up.
<sharedListeners>
<add initializeData="messages.svclog"
type="System.Diagnostics.XmlWriterTraceListener, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
name="ServiceModelMessageLoggingListener"
traceOutputOptions="Timestamp">
<filter type="" />
</add>
<add initializeData="tracelog.svclog"
type="System.Diagnostics.XmlWriterTraceListener, System,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
name="ServiceModelTraceListener" traceOutputOptions="Timestamp">
<filter type="" />
</add>
</sharedListeners>
--
Stephen Russell
Sr. Production Systems Programmer
CIMSgts
901.246-0159 cell
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.