2013年1月25日

NHibernate数据访问层核心代码

摘要: NHibernate的session工厂using System;using System.Web;using NHibernate;using NHibernate.Cfg;namespace W3DPrinter.Dal{ public sealed class NHibernateHelper { private const string CurrentSessionKey = "nhibernate.current_session"; private static readonly ISessionFactory sessionFactory; ... 阅读全文

posted @ 2013-01-25 09:29 刑天 阅读(230) 评论(0) 推荐(0)

IIS7 下配置MVC3运行环境

摘要: 我的系统是win7旗舰版,1、IIS7先 按照下图的设置然后配置映射关系:2、打开IIS的“处理程序映射”设置,选择右侧的”添加脚本映射“请求路径:*可执行文件:C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll名称:MVC3(随便写)3、配置完了会发现网站的样式都没有加载,这个时候配置下网站项目下面的web.config代码如下:<system.web> <httpHandlers> <add verb="*" path="*" type=" 阅读全文

posted @ 2013-01-25 09:26 刑天 阅读(268) 评论(0) 推荐(0)

导航