Re: [DOTNET] Serviced Component and application.config

2002-04-25 Thread Deepak Rao
n Behalf Of > Vishwas Lele > Sent: Wednesday, April 24, 2002 11:27 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Serviced Component and application.config > > Thanks for your response. > > The problem with using machine.config has to do with permissions. > Administrators w

Re: [DOTNET] Serviced Component and application.config

2002-04-25 Thread Matt Milner
/02 10:26 PM Subject: Re: [DOTNET] Serviced Component and application.config Thanks for your response. The problem with using machine.config has to do with permissions. Administrators will not typically allow someone to add/update appsettings in that file. I can certainly pass a file name as part

Re: [DOTNET] Serviced Component and application.config

2002-04-24 Thread Vishwas Lele
Just ran into this another approach suggested by Mike Woodring http://www.develop.com/devresources/ResourceDetail.aspx?type=t&id=Per- Assembly Configuration Files You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.d

Re: [DOTNET] Serviced Component and application.config

2002-04-24 Thread Vishwas Lele
Thanks for your response. The problem with using machine.config has to do with permissions. Administrators will not typically allow someone to add/update appsettings in that file. I can certainly pass a file name as part of the constructor string but I will need to build the scaffolding code aro

Re: [DOTNET] Serviced Component and application.config

2002-04-24 Thread Deepak Rao
EMAIL PROTECTED] > Subject: Re: [DOTNET] Serviced Component and application.config > > Vishwas Lele [mailto:[EMAIL PROTECTED]] wrote: > > > What is the recommended scheme to read configuration settings > > when using Serviced Components (Server Package). > > > > Since

Re: [DOTNET] Serviced Component and application.config

2002-04-24 Thread Marsh, Drew
Vishwas Lele [mailto:[EMAIL PROTECTED]] wrote: > What is the recommended scheme to read configuration settings > when using Serviced Components (Server Package). > > Since dllhost.exe is going host for all the COM+ packages, > using dllhost.exe.config file does not help. > > Is there a scheme sim

[DOTNET] Serviced Component and application.config

2002-04-24 Thread Vishwas Lele
What is the recommended scheme to read configuration settings when using Serviced Components (Server Package). Since dllhost.exe is going host for all the COM+ packages, using dllhost.exe.config file does not help. Is there a scheme similar to aspnet_wp.exe where there is a web.config for each v