0

ASP.NET MVC 3 Web サイトで Windows 認証を使用しています。これとは別に、認証モジュール、セッション、またはキャッシュ モジュールを使用していないため、これらのモジュールを無効にしたいと考えています。

私はこれに関するいくつかの記事を読みました:

https://serverfault.com/questions/72338/iis7-lock-violation-error-http-handlers-modules-and-the-clear-element

http://www.codeproject.com/Articles/23306/10-ASP-NET-Performance-and-Scalability-Secrets

HttpHandlers よりも速いものはありますか?

これは、使用していないモジュールを無効にする正しい方法ですか?

<httpModules>
   <remove name="PassportAuthentication" />
   <remove name="Session" />
</httpModules>

未使用のモジュールを無効にする正しい方法は何ですか?

4

1 に答える 1