开发者

Max key/value length in 'application configuration' files

开发者 https://www.devze.com 2023-03-13 19:45 出处:网络
What\'s the maximum allowed length for MyKey and MyValue in a configuration file? <con开发者_StackOverflow中文版figuration>

What's the maximum allowed length for MyKey and MyValue in a configuration file?

<con开发者_StackOverflow中文版figuration>
  <appSettings>
    <add key="MyKey" value="MyValue" />
  </appSettings>
</configuration>


As per knowledge there is no limitation to key value pair in webconfig file .....

if you are planning to add object to config file check this post will help you to achieve your task

How to store custom objects in web.config ?

0

精彩评论

暂无评论...
验证码 换一张
取 消