您的位置:首页 > 技术开发 > 正文

有关Profile的站点计数器的配置

作者:ITPUB论坛  2008-07-11
文本Tag: 微软 sql

【IT168技术文档】

1<connectionStrings> 2 <add name="myconn" connectionString="data source=(local);initial catalog=Busdb;user id=sa;pwd=sa"/> 3 </connectionStrings> 4 5<profile defaultProvider="myp"> 6 <properties> 7 <add name="num" type="int" allowAnonymous="true" /> 8 </properties> 9 <providers> 10 <add name="myp" type="System.Web.Profile.SqlProfileProvider" connectionStringName="myconn"/> 11 </providers> 12 </profile> 13 <anonymousIdentification enabled="true"/>
1
【内容导航】
第1页: 概述
©版权所有。未经许可,不得转载。
[责任编辑:nancy]