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.
ハンドラーページ(.ashx)は、web.configのアプリ設定で設定されたキー値を取得できますか?asp.netの場合
回答:はい、詳細についてはコメントをご覧ください
ConfigurationManagerはい、クラスを使用して設定を取得できます。
ConfigurationManager
var value = ConfigurationManager.AppSettings["Key"]
詳しくは