Hi, i have a DLL hosted in a COM+ application on server A. I need to
find a way for my DLL to access a XML configuration file on that server
instead on the server B that is the caller (IIS for instance).
The construction string in COM+ console will does not suffice.
Any ideas ?
thanx
SqlRanger - 09 May 2004 08:17 GMT
I suggest you take a look at Alvaro M?ndez's IProfile:
http://www.codeproject.com/csharp/ReadWriteXmlIni.asp

Signature
Regards from Madrid (Spain):
Jes?s L?pez
MVP Visual Developer - Visual Basic
"No dar?s tropez?n ni desatino que no te haga adelantar camino"
morfy - 09 May 2004 08:19 GMT
Hi,
have a look at this article, I think this is what you are looking for:
http://staff.newtelligence.net/clemensv/PermaLink.aspx?guid=0615b3cc-0fbf-4cf5-9
d49-ae95b50f7e8d
regards, antti
> Hi, i have a DLL hosted in a COM+ application on server A. I need to
> find a way for my DLL to access a XML configuration file on that server
[quoted text clipped - 5 lines]
>
> thanx