天道酬勤,厚德载物

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

In this lesson, you will see how to maintain state in ASP.NET, including the various objects you can use to store information for your ASP.NET 2.0 applications


Something is new to me:
in web.config files:

    <anonymousIdentification enabled="true"/>
    
<profile enabled="true">
      
<properties>
        
<add name="MyNewProperty" allowAnonymous="true" />
      
</properties>
    
</profile>   

参考:使用ASP.NET 2.0 Profile存储用户信息[翻译] Level 200

参考:http://dotnetjunkies.com/QuickStartv20/aspnet/doc/applications/default.aspx
posted on 2006-08-28 12:16  cobbles  阅读(165)  评论(0编辑  收藏  举报