使用格式如下:
<httpModules></httpModules>的使用<httpModules>
<httpModules></httpModules>的使用   
<add type="classname,assemblyname" />
<httpModules></httpModules>的使用   
<remove/>
<httpModules></httpModules>的使用   
<clear/>
<httpModules></httpModules>的使用
</httpModules>
<httpModules></httpModules>的使用
我项目中简单的实例:
<system.web>
      
<httpModules>
            <add name="NHSession" type="Ldc.NHibernateSessionHelper.SessionManager, NHibernateSessionHelper" />
      
</httpModules>
</system.web>

相关文章:

  • 2021-05-15
  • 2021-12-18
  • 2022-01-04
  • 2021-09-20
猜你喜欢
  • 2022-12-23
  • 2021-07-12
  • 2022-03-10
  • 2021-07-25
  • 2022-02-04
  • 2021-09-11
  • 2022-02-03
相关资源
相似解决方案