如何讀取web.config中的個人部分?web.config c#.net web應用程序
<MyPersonalSection>
<add name="toto" enable="true" URL="http://localhost:43242" />
<add name="titi" enable="false" URL="http://localhost:98762" />
<MyPersonalSection/>
我想通過名稱值獲取啓用值和/或URL值。
我也有這樣的錯誤:無法識別的配置節MyPersonalSection
我一直在努力
無功配置= ConfigurationManager.GetSection( 「MyPersonalSection」);
[有什麼您嘗試過?](http://msdn.microsoft.com/en-us/library/2tw134k3.aspx) – CodeCaster 2012-07-26 12:37:24