摘要:
最近公司的项目需要用SubSonic来做。所以作为菜鸟的我又要开始SubSonic的学习之旅了。1、首先是webconfig的配置: a、在<configuration>\<configSections>中添加信息<section name="SubSonicService" type="SubSonic.SubSonicSection, SubSonic"/> b、在<configuration>中添加connectionStringsView Code 1 <connectionStrings&g 阅读全文