J
jdp
I'm able to use the configSource property of the <connectionStrings>
element and all is well. As an experiment, I also set configSource on
the <profile>, <membership>, <roleManager>, and <sessionState>
elements to point to respective config files. Again all seems to work
well. However; I notice in each of the respective configSource files,
minus the one used for <connectionStrings>, I get a blue squiggly line
and the tip that is displayed states "The element is not declared.'
Why is this showing for all elements save <connectionStrings>?
As an example, I have <membership configSource="devMembership.config"
/> in web.config. In devMemberhip.config, the blue squiggly line is
displayed under <membership>.
Is this something I should be worried about? Should this not be done
at all?
Any feedback would be appreciated.
Thanks.
element and all is well. As an experiment, I also set configSource on
the <profile>, <membership>, <roleManager>, and <sessionState>
elements to point to respective config files. Again all seems to work
well. However; I notice in each of the respective configSource files,
minus the one used for <connectionStrings>, I get a blue squiggly line
and the tip that is displayed states "The element is not declared.'
Why is this showing for all elements save <connectionStrings>?
As an example, I have <membership configSource="devMembership.config"
/> in web.config. In devMemberhip.config, the blue squiggly line is
displayed under <membership>.
Is this something I should be worried about? Should this not be done
at all?
Any feedback would be appreciated.
Thanks.