Logging block: RTFM

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2004/3/10/logging-block-rtfm.html
Published Wednesday, March 10, 2004 8:52 AM by RoyOsherove
Filed under:

Comments

Wednesday, March 10, 2004 10:35 AM by denny

# re: Logging block: RTFM

Hey Roy, you know what bugs me about that.... 2.0 is not a "supported release"
so how can we deploy the block to a customers system with unsupported alpha/beta code??

I am thinking of contacting someone at ms to ask them about that....

any ideas? any info you have on this?
Wednesday, March 10, 2004 2:24 PM by Roy Osherove

# re: Logging block: RTFM

Hm.... how about Ron Jacobs?
He has a blog on blogs.msdn.com
Wednesday, March 10, 2004 7:23 PM by denny

# re: Logging block: RTFM

found abit here:
http://www.gotdotnet.com/Community/MessageBoard/Thread.aspx?id=162085&Page=1#203049

a named Doug says:

A project I am working on uses the Logging Application Block in
production code without the wse 2.0 installed. Simply do not install
the LAB components Microsoft.ApplicationBlocks.Logging.WseCustomFilters.RequestTracingFilter.dll
and Microsoft.ApplicationBlocks.Logging.WseCustomFilters.MeteringOutputFilter.dll.
The functionality that is not available is (as the names suggest)
request tracing and metering for web services.

Our company could not take the risk of having production code on
unsupported software (wse 2.0 tech preview).

Otherwise, the LAB works fine without these components.

This may or may not help in your situation.
=================

so if we only need the ief and logging but not the web service bits it should work ok.

Have not tested it myself but it sounds right...