How to retrieve valuèes from web.config for an assembly called by COM+

W

WT

HI,

I am using a system where I can write .NET 1.1 libraries assemblies that are
called as extensions by a COM+ application.
My question could I read values stored in an app.config file, which name to
use and where to put this config file.


Thanks for help.
CS
 
M

Michael Nemtsev

Hello WT,

app.config is general XML file. Use xml classes to read info from it

W> I am using a system where I can write .NET 1.1 libraries assemblies
W> that are
W> called as extensions by a COM+ application.
W> My question could I read values stored in an app.config file, which
W> name to
W> use and where to put this config file.
W> Thanks for help.
W> CS
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top