日期:2014-05-20  浏览次数:20783 次

对profile熟悉的进来坐坐:)
原App_Data/ASPDBNET库文件已在SQLSERVER中生成

    <connectionStrings>
        <add   name= "myConnectionString "
        connectionString= "Server=192.168.1.2;database=ASP_Profile;User   ID=sa;Password=sa "   />
    </connectionStrings>
    <system.web>
        <anonymousIdentification   enabled= "true "   />
        <profile   defaultProvider= "myProfileProvider ">
            <providers>
                <add
                name= "MyProfileProvider "
                type= "System.Web.Profile.SqlProfileProvider "
                connectionStringName= "myConnectionString "   />
            </providers>
            <properties>
                <add   name= "UserFavorite "
  allowAnonymous= "true "  
  defaultValue= "Red "   />
                <add
                name= "UserName "
                allowAnonymous= "true "   />
                <add
                name= "UserID "   type= "Int32 "
                allowAnonymous= "true "   />
            </properties>
        </profile>
    </system.web>
配置也很简单,就是感觉运用过程中,生成的垃圾信息太多,想请教大家的看法或一些自定的更好的方法,谢谢

~~~~~~~~~~~~~~~~~~~~~~
项目名称:大型通信项目
人员要求  
1、计算机相关专业毕业
2、具有2年以上C#.NET编程开发经验(B/S)
3、能够熟练使用Visual   Studio   2005   及   Visual   SourceSafe团队开发工具
4、熟悉WAP开发经验者更佳
5、熟悉软件建模设计思想及工具者更佳
6、能够理解并应用结构化编程思想
7、有图形编辑软件开发、代码生成工具开发经验者更佳
8、良好的英语听说读写能力
开发公司:顶易信息
开发地点:上海市浦东新区(全职)

有兴趣者请单独给我发消息,或加QQ群:2850156


------解决方案--------------------

------解决方案--------------------
条件不够,帮顶一下
------解决方案--------------------
就是这么用的啊。
------解决方案--------------------
从没有顶过,今天来顶一下
------解决方案--------------------
profile就是这样用的啊,至于生成的垃圾就别管它了吧
------解决方案--------------------
ding
------解决方案--------------------
广告?
------解决方案--------------------
allowAnonymous= "true "的属性就是会为任何匿名用户保存该属性,垃圾当然多,你可以自己定期去清除匿名用户保存下来的属性,或者关掉此功能。
------解决方案--------------------
像是广告.
------解决方案--------------------