English 中文(简体)
récord: SessionScope. 根据《国际仲裁裁决汇编》第7条,现役无效。
原标题:Castle ActiveRecord: SessionScope.Current is null under IIS 7

I m使用ASP。 Net MVC (still 1.0 for now) with 卡斯威热和恩哈伯特。 Linq。 全部罚款都是根据国际会计准则第6条。

然而,我面临一个问题,即我向7号国际调查部署我的手: 积极的会议范围。 由于某种原因,目前似乎不存在。

任何想法?

最佳回答

为了使用同一网站。 国际空间法研究所7 和较老版本的集束文件将会议范围网(Web Module)列入以下章节:

<configuration>
    <system.webServer>
      <validation validateIntegratedModeConfiguration="false"/>
      <modules>
         <add name="ar.sessionscope" type="Castle.ActiveRecord.Framework.SessionScopeWebModule, Castle.ActiveRecord" />

除原有的<代码><外;system.web> 段 次 页 次

<configuration>
   <system.web>
      <httpModules>
              <add name="ar.sessionscope" type="Castle.ActiveRecord.Framework.SessionScopeWebModule, Castle.ActiveRecord" />

确保您在<条码>和>中设置“条码”; 有效认证“集成管理”=“false”/>,载于<条码>和t; 系统.webServer> 页: 1

问题回答

如果你重新使用国际交易日志第7号综合模式,就需要在系统中登记主动登记。 网站 服务器/模块而不是系统。

See See See





相关问题
Many-To-Many Surrogate Key problem. Please help!

I have a many-to-many relationship with surrogate key The classes are: Insurer - InsurerSection - Section. InsurerSection has one extra attribute: active : bool. How do I access these bool ...

hql get objects where certain property is unique

I am trying to perform an hql query which returns a list of objects with distinct property value. Following is my pseudo code: string hql = @"select distinct m from Merchandise m where ...

nhibernate hql subquery performance

I have written an hql to support paging string hql = @"select distinct mr from MediaResource as mr where mr.Deleted= false ...

ASP.NET MVC - Castle ActiveRecord - Show SQL queries

I m using ASP.NET MVC with Castle ActiveRecord as my persistance layer. I want to know if it s possible to show the SQL queries being executed on my MySQL server. I know it s possible in a Web ...

热门标签