Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
構成ファイルMyKeyの最大許容長はどれくらいですか?MyValue
MyKey
MyValue
<configuration> <appSettings> <add key="MyKey" value="MyValue" /> </appSettings> </configuration>
知識によると、webconfigファイルのキーと値のペアに制限はありません....。
構成ファイルにオブジェクトを追加することを計画している場合は、この投稿がタスクの達成に役立つことを確認してください
カスタムオブジェクトをweb.configに保存する方法は?