all groups > visual studio .net enterprise tools > january 2004 >
You're in the

visual studio .net enterprise tools

group:

Include EIF config in app.config?


Include EIF config in app.config? B.Hoffmann
1/26/2004 4:21:38 PM
visual studio .net enterprise tools:
Hello,

Is it possible to tell EIF/Logging Block to read his config from the current
app.config (or web.config)?
I dont want too much config files. So it would be nice to include this
config data in the always existing app.config..

greets
Bernd

RE: Include EIF config in app.config? mikehayt_ NO[at]SPAM online.microsoft.com
1/27/2004 5:14:56 PM
No, Im sorry it isnt possible,

It is possible to have several instrumented applications use the same
eif.config file, by setting the following appSetting in each instrumented
app to point to the same eif.config file.

<appSettings>
<add key="instrumentationConfigFile" value="C:\myFiles\myEIF.config" />
</appSettings>

Cheers

Mike


--------------------
| Hello,
|
| Is it possible to tell EIF/Logging Block to read his config from the
current
| app.config (or web.config)?
| I dont want too much config files. So it would be nice to include this
| config data in the always existing app.config..
|
| greets
| Bernd
|
|
|

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
AddThis Social Bookmark Button