摘要:
前两天项目中因为历史原因数据库中的一个字段是varchar类型,在做SQL参数化处理时候默认都是DbType.String,免得查询出现数据转换,于是做类型一致,搜了下对应关系还没找到,只好自己打开SQL SERVER Profiler跟踪了下,对应如下:DbType.String——>nvar... 阅读全文
摘要:
原文:http://improve.dk/making-url-rewriting-on-iis7-work-like-iis6/Upgrading to IIS 7 should be rather transparent, unfortunately that is not the case when itcomes to URL rewriting as we knew it from IIS 6. In IIS 6 all we had to do was to add a wildcard mappingmaking sure that all requests went throu 阅读全文