0

I'm trying to get a custom web.config section to get inherited by an application's web.config in a website subfolder.

The custom section works fine in the main website, but it appears the custom section isn't inherited.

Other elements in the web.config are getting inherited - it's just this custom section which isn't.

Is this by design? Is there a way to turn on inheritance for custom sections?

4

1 回答 1

0

神秘地......它现在正在工作。

我发现这篇博文: http ://www.west-wind.com/Weblog/posts/133041.aspx

这表明它们应该向下继承。

我重新启动,嘿,整个事情都奏效了。

于 2009-06-22T14:41:50.643 回答