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.
デフォルトで VS2012 MVC4 プロジェクト スケルトンにあるrunAllManagedModulesForAllRequestsことに気付きました。true理由を知っている人はいますか?この設定が必要な機能は何ですか?
runAllManagedModulesForAllRequests
true
この設定は、IIS の統合パイプライン モードで実行している場合にのみ有効です。クラシック モードで実行している場合は無視されます。に設定するとtrue、統合されたすべての HTTP モジュールがすべてのリクエストで実行されます。たとえば、.aspx ページだけでなく、.jpg .gif .css .html .pdf などの静的ファイルの場合も同様です。したがって、これを有効にすると、Web サイトのパフォーマンスに影響を与える可能性があります。