G
Guest
In reading MSDN docs on creating custom Configuration sections, I found this
page:
http://msdn.microsoft.com/library/d...luesectionhandlerdictionarysectionhandler.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
page:
http://msdn.microsoft.com/library/d...luesectionhandlerdictionarysectionhandler.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