Subject: Re: Web.Config
Date: Fri, 31 Oct 2003 12:22:02 -0500
Lines: 65
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <
[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: bkftpout.com 12.4.211.11
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:187828
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
Hi,
Lets say the project has a StoreLocator assembly, a ProductGuide assembly
and the main web site. All three have a value in thier individual config
files named "connectionString", and in each case this value is different.
When the web site references them, they read the "connectionString" value
from the master (for lack of a better term) applications config file. I
would like to set up this config file somehow where I can store three
"connectionString" values, but each assembly knows which value belongs to
it.
I hope this clarifies it, and thanks for your help
Joe
Joe,
Can you be more specific about what you're trying to do?
Jim Cheshire [MSFT]
Developer Support
ASP.NET
(e-mail address removed)
This post is provided as-is with no warranties and confers no rights.
--------------------
From: "WFB" <
[email protected]>
Subject: Web.Config
Date: Thu, 30 Oct 2003 15:27:48 -0500
Lines: 12
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <
[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: bkftpout.com 12.4.211.11
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.aspnet:187643
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
Hi,
I have an application with a couple of referenced assemblies. The
referenced assemblies and my application all share a few configuration
settings with the same name but different values. Is there a way to set
up
the config file to recognize this? Im thinking <section name> elements,
but
am not having much luck.
Thanks,
Joe