Re: Custom Configuration at Application Directory Level
From: Craig Deelsnyder (cdeelsny_at_no_spam_4_meyahoo.com)
Date: 01/25/05
- Next message: Craig Deelsnyder: "Re: Error: "System.Data.OleDb.OleDbException: No value given for one or more required parameters""
- Previous message: Steven Cheng[MSFT]: "RE: Sharing login between different domains"
- In reply to: rdcpro: "Custom Configuration at Application Directory Level"
- Next in thread: Steven Cheng[MSFT]: "RE: Custom Configuration at Application Directory Level"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 20:53:38 -0600
On Mon, 24 Jan 2005 16:39:03 -0800, rdcpro <rdcpro@community.nospam> wrote:
> In reading MSDN docs on creating custom Configuration sections, I found
> this
> page:
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/gngrfcustomelementfornamevaluesectionhandlerdictionarysectionhandler.asp
>
> At the very bottom, it says:
>
> Configuration File
> This element can be used in the application configuration file, machine
> configuration file (Machine.config), and Web.config files that are not
> at the
> application directory level.
>
> What do they mean by "Web.config files that are not at the application
> directory level." I thought this was the whole point of custom
> web.config
> sections. If I have a web service running in
>
> http://myserver/MyWebService/myEndpoint.asmx
>
> Does this mean I can't define a custom configuration section in a web
> config
> at:
>
> http://myserver/MyWebService/web.config
>
>
> Thanks in advance,
> Mike
I think they mean 'application configuration file' can be web.config, as
it's the app config file for a web app. Then, in addition, you can use it
in web.config files in subdirectories of a web app. A little confusing,
but they're trying to cover web and windows apps in one sentence (page).
-- Craig Deelsnyder Microsoft MVP - ASP/ASP.NET
- Next message: Craig Deelsnyder: "Re: Error: "System.Data.OleDb.OleDbException: No value given for one or more required parameters""
- Previous message: Steven Cheng[MSFT]: "RE: Sharing login between different domains"
- In reply to: rdcpro: "Custom Configuration at Application Directory Level"
- Next in thread: Steven Cheng[MSFT]: "RE: Custom Configuration at Application Directory Level"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|