WebConfigurationManager o何かを使用してIIS7の構成セクショングループを読み取る「良い」方法はありますか? 認証セクションを読み込もうとしましたが、WebConfigurationManager.GetSection() は「IgnoredSection」インスタンスを返します。これは私のコードがどのように見えるかです...
authSection = WebConfigurationManager.GetSection("system.webServer/security/authorization", HttpContext.Current.Request.Path)